#CDE2BB

Color #CDE2BB Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CDE2BB

Tints of Tea Green #CDE2BB

Color information

#CDE2BB (or 0xCDE2BB) is unknown color: approx Tea Green. HEX triplet: CD, E2 and BB. RGB value is (205,226,187). Sum of RGB (Red+Green+Blue) = 205+226+187=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2BB is #321D44. Grayscale: #D7D7D7. Windows color (decimal): -3284293 or 12313293. OLE color: 12313293.

HSL color Cylindrical-coordinate representation of color #CDE2BB: hue angle of 92.31º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE2BB is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB205226187-
CMYK0.0900.170.11
HSL92.31º40.21%80.98%-
HSV(B)92.31º17.26%88.63%-
XYZ61.3470.9657.48-
YUV215.28112.04120.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 33.17%
GREEN value IS 226 (88.67% from 255) = 36.57%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=33.17%
G=36.57%
B=30.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052261870.0900.170.1192.3140.2180.98
HexCDE2BB9011B5c2851
Octal315342273110211313450121
Binary1100110111100010101110111001010001101110111001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE2BB; }

 p { color: rgb(205,226,187); }

 H1.HeaderClassName
 {
   color: #CDE2BB;
 }
 .AnyTagClassName
 {
   color: #CDE2BB;
 }
</style>
background-color css

<style>
 a { background-color: #CDE2BB; }

 a { background-color: rgb(205,226,187); }

 div.DivClassName
 {
   background-color: #CDE2BB;
 }
 .BgClassName
 {
   background-color: #CDE2BB;
 }
</style>
border-color css

<style>
 span { border-color: #CDE2BB; }

 span { border-color: rgb(205,226,187); }

 td.TdClassName
 {
   border-color: #CDE2BB;
 }
 .TagClassName
 {
   border-color: #CDE2BB;
 }
</style>