Html Css Color HEX #C9DCD9 Jagged Ice

📋 copy color: '#C9DCD9'

red 201 ◦ green 220 ◦ blue 217

#C9DCD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #C9DCD9

Tints of Jagged Ice #C9DCD9

RGB

 RED value IS 201 (78.91% from 255) = 31.5%

 GREEN value IS 220 (86.33% from 255) = 34.48%

 BLUE value IS 217 (85.16% from 255) = 34.01%

R = 31.5%
G = 34.48%
B = 34.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#C9DCD9 (or 0xC9DCD9) is known color: 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

RGB 201 220 217 -
CMYK 0.09 0 0.01 0.14
HSL 170.53º 0.21% 0.83% -
HSV(B) 170.53º 0.09% 0.86% -
XYZ 62.2 68.61 75.61 -
YUV 213.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 201 220 217 0.09 0 0.01 0.14 170.53 0.21 0.83
Hex C9 DC D9 9 0 1 E AB 15 53
Octal 311 334 331 11 0 1 16 253 25 123
Binary 11001001 11011100 11011001 1001 0 1 1110 10101011 10101 1010011

Color Harmonies of #C9DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCD9

Black with #C9DCD9

Text Example


Text Example

White with #C9DCD9

Text Example


Text Example

HTML Codes & Css Web 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>