Html Css Color HEX #C9DFDC Jagged Ice

📋 copy color: '#C9DFDC'

red 201 ◦ green 223 ◦ blue 220

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

Shades of Jagged Ice #C9DFDC

Tints of Jagged Ice #C9DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.63%

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

R = 31.21%
G = 34.63%
B = 34.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C9DFDC (or 0xC9DFDC) is known color: Jagged Ice. HEX triplet: C9, DF and DC. RGB value is (201,223,220). Sum of RGB (Red+Green+Blue) = 201+223+220=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DFDC is #362023. Grayscale: #D8D8D8. Windows color (decimal): -3547172 or 14475209. OLE color: 14475209.

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

Color convert

RGB 201 223 220 -
CMYK 0.10 0 0.01 0.13
HSL 171.82º 0.26% 0.83% -
HSV(B) 171.82º 0.1% 0.87% -
XYZ 63.39 70.36 77.95 -
YUV 216.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 201 223 220 0.10 0 0.01 0.13 171.82 0.26 0.83
Hex C9 DF DC A 0 1 D AC 1A 53
Octal 311 337 334 12 0 1 15 254 32 123
Binary 11001001 11011111 11011100 1010 0 1 1101 10101100 11010 1010011

Color Harmonies of #C9DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DFDC

Black with #C9DFDC

Text Example


Text Example

White with #C9DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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