Html Css Color HEX #C9E0DC Jagged Ice

📋 copy color: '#C9E0DC'

red 201 ◦ green 224 ◦ blue 220

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

Shades of Jagged Ice #C9E0DC

Tints of Jagged Ice #C9E0DC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.73%

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 31.16%
G = 34.73%
B = 34.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#C9E0DC (or 0xC9E0DC) is known color: Jagged Ice. HEX triplet: C9, E0 and DC. RGB value is (201,224,220). Sum of RGB (Red+Green+Blue) = 201+224+220=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 224 - color contains mainly: green. Hex color #C9E0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E0DC is #361F23. Grayscale: #D8D8D8. Windows color (decimal): -3546916 or 14475465. OLE color: 14475465.

HSL color Cylindrical-coordinate representation of color #C9E0DC: hue angle of 169.57º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9E0DC is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 224 220 -
CMYK 0.10 0 0.02 0.12
HSL 169.57º 0.27% 0.83% -
HSV(B) 169.57º 0.1% 0.88% -
XYZ 63.66 70.9 78.04 -
YUV 216.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 201 224 220 0.10 0 0.02 0.12 169.57 0.27 0.83
Hex C9 E0 DC A 0 2 C AA 1B 53
Octal 311 340 334 12 0 2 14 252 33 123
Binary 11001001 11100000 11011100 1010 0 10 1100 10101010 11011 1010011

Color Harmonies of #C9E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E0DC

Black with #C9E0DC

Text Example


Text Example

White with #C9E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E0DC; }

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

 H1.HeaderClassName
 {
   color: #C9E0DC;
 }
 .AnyTagClassName
 {
   color: #C9E0DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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