#C8DEDC

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

Shades of Jagged Ice #C8DEDC

Tints of Jagged Ice #C8DEDC

Color information

#C8DEDC (or 0xC8DEDC) is unknown color: approx Jagged Ice. HEX triplet: C8, DE and DC. RGB value is (200,222,220). Sum of RGB (Red+Green+Blue) = 200+222+220=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DEDC is #372123. Grayscale: #D7D7D7. Windows color (decimal): -3612964 or 14474952. OLE color: 14474952.

HSL color Cylindrical-coordinate representation of color #C8DEDC: hue angle of 174.55º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DEDC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB200222220-
CMYK0.1000.010.13
HSL174.55º25%82.75%-
HSV(B)174.55º9.91%87.06%-
XYZ62.8669.6977.85-
YUV215.19130.71117.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.15%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=31.15%
G=34.58%
B=34.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002222200.1000.010.13174.552582.75
HexC8DEDCA01Daf1953
Octal31033633412011525731123
Binary110010001101111011011100101001110110101111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DEDC; }

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

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

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

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

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

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

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

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