#C9DCD9

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

Shades of Jagged Ice #C9DCD9

Tints of Jagged Ice #C9DCD9

Color information

#C9DCD9 (or 0xC9DCD9) is unknown color: approx Jagged Ice. HEX triplet: C9, DC and D9. RGB value is (201,220,217). Sum of RGB (Red+Green+Blue) = 201+220+217=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCD9 is #362326. Grayscale: #D5D5D5. Windows color (decimal): -3547943 or 14277833. OLE color: 14277833.

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

Color convert

RGB201220217-
CMYK0.0900.010.14
HSL170.53º21.35%82.55%-
HSV(B)170.53º8.64%86.27%-
XYZ62.268.6175.61-
YUV213.98129.71118.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.50%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 217 (85.16% from 255) = 34.01%
R=31.50%
G=34.48%
B=34.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012202170.0900.010.14170.5321.3582.55
HexC9DCD9901Eab1553
Octal31133433111011625325123
Binary110010011101110011011001100101111010101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCD9; }

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

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

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

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

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

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

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

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