Html Css Color HEX #C9E2DE Jagged Ice

📋 copy color: '#C9E2DE'

red 201 ◦ green 226 ◦ blue 222

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

Shades of Jagged Ice #C9E2DE

Tints of Jagged Ice #C9E2DE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.82%

 BLUE value IS 222 (87.11% from 255) = 34.21%

R = 30.97%
G = 34.82%
B = 34.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#C9E2DE (or 0xC9E2DE) is known color: Jagged Ice. HEX triplet: C9, E2 and DE. RGB value is (201,226,222). Sum of RGB (Red+Green+Blue) = 201+226+222=649 (85% of max value = 765). Red value is 201 (78.91% from 255 or 30.97% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 226 - color contains mainly: green. Hex color #C9E2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E2DE is #361D21. Grayscale: #DADADA. Windows color (decimal): -3546402 or 14607049. OLE color: 14607049.

HSL color Cylindrical-coordinate representation of color #C9E2DE: hue angle of 170.4º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9E2DE is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 226 222 -
CMYK 0.11 0 0.02 0.11
HSL 170.4º 0.3% 0.84% -
HSV(B) 170.4º 0.11% 0.89% -
XYZ 64.47 72.08 79.62 -
YUV 218.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 201 226 222 0.11 0 0.02 0.11 170.4 0.3 0.84
Hex C9 E2 DE B 0 2 B AA 1E 54
Octal 311 342 336 13 0 2 13 252 36 124
Binary 11001001 11100010 11011110 1011 0 10 1011 10101010 11110 1010100

Color Harmonies of #C9E2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E2DE

Black with #C9E2DE

Text Example


Text Example

White with #C9E2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E2DE; }

 p { color: rgb(201,226,222); }

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

background-color css

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

 a { background-color: rgb(201,226,222); }

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

border-color css

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

 span { border-color: rgb(201,226,222); }

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