#CFDEDC

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

Shades of Jagged Ice #CFDEDC

Tints of Jagged Ice #CFDEDC

Color information

#CFDEDC (or 0xCFDEDC) is unknown color: approx Jagged Ice. HEX triplet: CF, DE and DC. RGB value is (207,222,220). Sum of RGB (Red+Green+Blue) = 207+222+220=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEDC is #302123. Grayscale: #D9D9D9. Windows color (decimal): -3154212 or 14474959. OLE color: 14474959.

HSL color Cylindrical-coordinate representation of color #CFDEDC: hue angle of 172º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFDEDC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB207222220-
CMYK0.0700.010.13
HSL172º18.52%84.12%-
HSV(B)172º6.76%87.06%-
XYZ64.7770.6877.94-
YUV217.29129.53120.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.90%
GREEN value IS 222 (87.11% from 255) = 34.21%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=31.90%
G=34.21%
B=33.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072222200.0700.010.1317218.5284.12
HexCFDEDC701Dac1354
Octal3173363347011525423124
Binary11001111110111101101110011101110110101100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEDC; }

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

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

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

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

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

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

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

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