#CDE2C4

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

Shades of Tea Green #CDE2C4

Tints of Tea Green #CDE2C4

Color information

#CDE2C4 (or 0xCDE2C4) is unknown color: approx Tea Green. HEX triplet: CD, E2 and C4. RGB value is (205,226,196). Sum of RGB (Red+Green+Blue) = 205+226+196=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2C4 is #321D3B. Grayscale: #D8D8D8. Windows color (decimal): -3284284 or 12903117. OLE color: 12903117.

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

Color convert

RGB205226196-
CMYK0.0900.130.11
HSL102º34.09%82.75%-
HSV(B)102º13.27%88.63%-
XYZ62.3471.3662.71-
YUV216.3116.54119.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 226 (88.67% from 255) = 36.04%
BLUE value IS 196 (76.95% from 255) = 31.26%
R=32.70%
G=36.04%
B=31.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052261960.0900.130.1110234.0982.75
HexCDE2C490DB662253
Octal315342304110151314642123
Binary110011011110001011000100100101101101111001101000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE2C4; }

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

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

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

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

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

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

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

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