Html Css Color HEX #C9E1DF Jagged Ice

📋 copy color: '#C9E1DF'

red 201 ◦ green 225 ◦ blue 223

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

Shades of Jagged Ice #C9E1DF

Tints of Jagged Ice #C9E1DF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.67%

 BLUE value IS 223 (87.5% from 255) = 34.36%

R = 30.97%
G = 34.67%
B = 34.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#C9E1DF (or 0xC9E1DF) is known color: Jagged Ice. HEX triplet: C9, E1 and DF. RGB value is (201,225,223). Sum of RGB (Red+Green+Blue) = 201+225+223=649 (85% of max value = 765). Red value is 201 (78.91% from 255 or 30.97% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E1DF is #361E20. Grayscale: #D9D9D9. Windows color (decimal): -3546657 or 14672329. OLE color: 14672329.

HSL color Cylindrical-coordinate representation of color #C9E1DF: hue angle of 175º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9E1DF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 225 223 -
CMYK 0.11 0 0.01 0.12
HSL 175º 0.29% 0.84% -
HSV(B) 175º 0.11% 0.88% -
XYZ 64.33 71.6 80.24 -
YUV 217.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 201 225 223 0.11 0 0.01 0.12 175 0.29 0.84
Hex C9 E1 DF B 0 1 C AF 1D 54
Octal 311 341 337 13 0 1 14 257 35 124
Binary 11001001 11100001 11011111 1011 0 1 1100 10101111 11101 1010100

Color Harmonies of #C9E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E1DF

Black with #C9E1DF

Text Example


Text Example

White with #C9E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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