#C9DEDA

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

Shades of Jagged Ice #C9DEDA

Tints of Jagged Ice #C9DEDA

Color information

#C9DEDA (or 0xC9DEDA) is unknown color: approx Jagged Ice. HEX triplet: C9, DE and DA. RGB value is (201,222,218). Sum of RGB (Red+Green+Blue) = 201+222+218=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DEDA is #362125. Grayscale: #D7D7D7. Windows color (decimal): -3547430 or 14343881. OLE color: 14343881.

HSL color Cylindrical-coordinate representation of color #C9DEDA: hue angle of 168.57º 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 #C9DEDA is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB201222218-
CMYK0.0900.020.13
HSL168.57º24.14%82.94%-
HSV(B)168.57º9.46%87.06%-
XYZ62.8669.7276.47-
YUV215.26129.54117.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.36%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=31.36%
G=34.63%
B=34.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012222180.0900.020.13168.5724.1482.94
HexC9DEDA902Da91853
Octal31133633211021525130123
Binary1100100111011110110110101001010110110101001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DEDA; }

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

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

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

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

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

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

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

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