#C9DEDC

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

Shades of Jagged Ice #C9DEDC

Tints of Jagged Ice #C9DEDC

Color information

#C9DEDC (or 0xC9DEDC) is unknown color: approx Jagged Ice. HEX triplet: C9, DE and DC. RGB value is (201,222,220). Sum of RGB (Red+Green+Blue) = 201+222+220=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DEDC is #362123. Grayscale: #D7D7D7. Windows color (decimal): -3547428 or 14474953. OLE color: 14474953.

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

Color convert

RGB201222220-
CMYK0.0900.010.13
HSL174.29º24.14%82.94%-
HSV(B)174.29º9.46%87.06%-
XYZ63.1369.8377.86-
YUV215.49130.54117.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.26%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=31.26%
G=34.53%
B=34.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012222200.0900.010.13174.2924.1482.94
HexC9DEDC901Dae1853
Octal31133633411011525630123
Binary110010011101111011011100100101110110101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DEDC; }

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

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

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

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

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

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

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

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