Html Css Color HEX #C9E5DF Jagged Ice

📋 copy color: '#C9E5DF'

red 201 ◦ green 229 ◦ blue 223

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

Shades of Jagged Ice #C9E5DF

Tints of Jagged Ice #C9E5DF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.07%

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

R = 30.78%
G = 35.07%
B = 34.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#C9E5DF (or 0xC9E5DF) is known color: Jagged Ice. HEX triplet: C9, E5 and DF. RGB value is (201,229,223). Sum of RGB (Red+Green+Blue) = 201+229+223=653 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.78% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E5DF is #361A20. Grayscale: #DBDBDB. Windows color (decimal): -3545633 or 14673353. OLE color: 14673353.

HSL color Cylindrical-coordinate representation of color #C9E5DF: hue angle of 167.14º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9E5DF is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 229 223 -
CMYK 0.12 0 0.03 0.10
HSL 167.14º 0.35% 0.84% -
HSV(B) 167.14º 0.12% 0.9% -
XYZ 65.43 73.78 80.61 -
YUV 219.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 201 229 223 0.12 0 0.03 0.10 167.14 0.35 0.84
Hex C9 E5 DF C 0 3 A A7 23 54
Octal 311 345 337 14 0 3 12 247 43 124
Binary 11001001 11100101 11011111 1100 0 11 1010 10100111 100011 1010100

Color Harmonies of #C9E5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E5DF

Black with #C9E5DF

Text Example


Text Example

White with #C9E5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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