#CFE0DE

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

Shades of Jagged Ice #CFE0DE

Tints of Jagged Ice #CFE0DE

Color information

#CFE0DE (or 0xCFE0DE) is unknown color: approx Jagged Ice. HEX triplet: CF, E0 and DE. RGB value is (207,224,222). Sum of RGB (Red+Green+Blue) = 207+224+222=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0DE is #301F21. Grayscale: #DADADA. Windows color (decimal): -3153698 or 14606543. OLE color: 14606543.

HSL color Cylindrical-coordinate representation of color #CFE0DE: hue angle of 172.94º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE0DE is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB207224222-
CMYK0.0800.010.12
HSL172.94º21.52%84.51%-
HSV(B)172.94º7.59%87.84%-
XYZ65.5771.8579.52-
YUV218.69129.87119.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 224 (87.89% from 255) = 34.30%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=31.70%
G=34.30%
B=34.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072242220.0800.010.12172.9421.5284.51
HexCFE0DE801Cad1655
Octal31734033610011425526125
Binary110011111110000011011110100001110010101101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE0DE; }

 p { color: rgb(207,224,222); }

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

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

 a { background-color: rgb(207,224,222); }

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

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

 span { border-color: rgb(207,224,222); }

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