#CDE2BD

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

Shades of Tea Green #CDE2BD

Tints of Tea Green #CDE2BD

Color information

#CDE2BD (or 0xCDE2BD) is unknown color: approx Tea Green. HEX triplet: CD, E2 and BD. RGB value is (205,226,189). Sum of RGB (Red+Green+Blue) = 205+226+189=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2BD is #321D42. Grayscale: #D7D7D7. Windows color (decimal): -3284291 or 12444365. OLE color: 12444365.

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

Color convert

RGB205226189-
CMYK0.0900.160.11
HSL94.05º38.95%81.37%-
HSV(B)94.05º16.37%88.63%-
XYZ61.5671.0558.61-
YUV215.5113.04120.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 226 (88.67% from 255) = 36.45%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=33.06%
G=36.45%
B=30.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052261890.0900.160.1194.0538.9581.37
HexCDE2BD9010B5e2751
Octal315342275110201313647121
Binary1100110111100010101111011001010000101110111101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE2BD; }

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

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

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

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

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

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

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

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