#CDE4DE

Color #CDE4DE Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #CDE4DE

Tints of Jagged Ice #CDE4DE

Color information

#CDE4DE (or 0xCDE4DE) is unknown color: approx Jagged Ice. HEX triplet: CD, E4 and DE. RGB value is (205,228,222). Sum of RGB (Red+Green+Blue) = 205+228+222=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4DE is #321B21. Grayscale: #DCDCDC. Windows color (decimal): -3283746 or 14607565. OLE color: 14607565.

HSL color Cylindrical-coordinate representation of color #CDE4DE: hue angle of 164.35º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE4DE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB205228222-
CMYK0.1000.030.11
HSL164.35º29.87%84.9%-
HSV(B)164.35º10.09%89.41%-
XYZ66.1173.7479.86-
YUV220.44128.88116.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=31.30%
G=34.81%
B=33.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052282220.1000.030.11164.3529.8784.9
HexCDE4DEA03Ba41e55
Octal31534433612031324436125
Binary1100110111100100110111101010011101110100100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4DE; }

 p { color: rgb(205,228,222); }

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

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

 a { background-color: rgb(205,228,222); }

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

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

 span { border-color: rgb(205,228,222); }

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