Html Css Color HEX #C9DDDB Jagged Ice

📋 copy color: '#C9DDDB'

red 201 ◦ green 221 ◦ blue 219

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

Shades of Jagged Ice #C9DDDB

Tints of Jagged Ice #C9DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.48%

 BLUE value IS 219 (85.94% from 255) = 34.17%

R = 31.36%
G = 34.48%
B = 34.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C9DDDB (or 0xC9DDDB) is known color: Jagged Ice. HEX triplet: C9, DD and DB. RGB value is (201,221,219). Sum of RGB (Red+Green+Blue) = 201+221+219=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDDB is #362224. Grayscale: #D6D6D6. Windows color (decimal): -3547685 or 14409161. OLE color: 14409161.

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

Color convert

RGB 201 221 219 -
CMYK 0.09 0 0.01 0.13
HSL 174º 0.23% 0.83% -
HSV(B) 174º 0.09% 0.87% -
XYZ 62.73 69.24 77.08 -
YUV 214.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 201 221 219 0.09 0 0.01 0.13 174 0.23 0.83
Hex C9 DD DB 9 0 1 D AE 17 53
Octal 311 335 333 11 0 1 15 256 27 123
Binary 11001001 11011101 11011011 1001 0 1 1101 10101110 10111 1010011

Color Harmonies of #C9DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DDDB

Black with #C9DDDB

Text Example


Text Example

White with #C9DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DDDB; }

 p { color: rgb(201,221,219); }

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

background-color css

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

 a { background-color: rgb(201,221,219); }

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

border-color css

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

 span { border-color: rgb(201,221,219); }

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