Html Css Color HEX #C9DFDB Jagged Ice

📋 copy color: '#C9DFDB'

red 201 ◦ green 223 ◦ blue 219

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

Shades of Jagged Ice #C9DFDB

Tints of Jagged Ice #C9DFDB

RGB

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

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

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

R = 31.26%
G = 34.68%
B = 34.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#C9DFDB (or 0xC9DFDB) is known color: Jagged Ice. HEX triplet: C9, DF and DB. RGB value is (201,223,219). Sum of RGB (Red+Green+Blue) = 201+223+219=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DFDB is #362024. Grayscale: #D7D7D7. Windows color (decimal): -3547173 or 14409673. OLE color: 14409673.

HSL color Cylindrical-coordinate representation of color #C9DFDB: hue angle of 169.09º 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 #C9DFDB is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 223 219 -
CMYK 0.10 0 0.02 0.13
HSL 169.09º 0.26% 0.83% -
HSV(B) 169.09º 0.1% 0.87% -
XYZ 63.26 70.31 77.25 -
YUV 215.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 201 223 219 0.10 0 0.02 0.13 169.09 0.26 0.83
Hex C9 DF DB A 0 2 D A9 1A 53
Octal 311 337 333 12 0 2 15 251 32 123
Binary 11001001 11011111 11011011 1010 0 10 1101 10101001 11010 1010011

Color Harmonies of #C9DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DFDB

Black with #C9DFDB

Text Example


Text Example

White with #C9DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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