Html Css Color HEX #C9E4DE Jagged Ice

📋 copy color: '#C9E4DE'

red 201 ◦ green 228 ◦ blue 222

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

Shades of Jagged Ice #C9E4DE

Tints of Jagged Ice #C9E4DE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.02%

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

R = 30.88%
G = 35.02%
B = 34.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#C9E4DE (or 0xC9E4DE) is known color: Jagged Ice. HEX triplet: C9, E4 and DE. RGB value is (201,228,222). Sum of RGB (Red+Green+Blue) = 201+228+222=651 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.88% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 228 - color contains mainly: green. Hex color #C9E4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E4DE is #361B21. Grayscale: #DBDBDB. Windows color (decimal): -3545890 or 14607561. OLE color: 14607561.

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

Color convert

RGB 201 228 222 -
CMYK 0.12 0 0.03 0.11
HSL 166.67º 0.33% 0.84% -
HSV(B) 166.67º 0.12% 0.89% -
XYZ 65.02 73.18 79.81 -
YUV 219.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 201 228 222 0.12 0 0.03 0.11 166.67 0.33 0.84
Hex C9 E4 DE C 0 3 B A7 21 54
Octal 311 344 336 14 0 3 13 247 41 124
Binary 11001001 11100100 11011110 1100 0 11 1011 10100111 100001 1010100

Color Harmonies of #C9E4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E4DE

Black with #C9E4DE

Text Example


Text Example

White with #C9E4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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