#C9EBE4

Color #C9EBE4 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #C9EBE4

Tints of Jagged Ice #C9EBE4

Color information

#C9EBE4 (or 0xC9EBE4) is unknown color: approx Jagged Ice. HEX triplet: C9, EB and E4. RGB value is (201,235,228). Sum of RGB (Red+Green+Blue) = 201+235+228=664 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.27% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 228 (89.45% from 255 or 34.34% from 664); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EBE4 is #36141B. Grayscale: #E0E0E0. Windows color (decimal): -3544092 or 15002569. OLE color: 15002569.

HSL color Cylindrical-coordinate representation of color #C9EBE4: hue angle of 167.65º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9EBE4 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB201235228-
CMYK0.1400.030.08
HSL167.65º45.95%85.49%-
HSV(B)167.65º14.47%92.16%-
XYZ67.877.4484.77-
YUV224.04130.24111.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.27%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 228 (89.45% from 255) = 34.34%
R=30.27%
G=35.39%
B=34.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012352280.1400.030.08167.6545.9585.49
HexC9EBE4E038a82e55
Octal31135334416031025056125
Binary11001001111010111110010011100111000101010001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EBE4; }

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

 H1.HeaderClassName
 {
   color: #C9EBE4;
 }
 .AnyTagClassName
 {
   color: #C9EBE4;
 }
</style>
background-color css

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

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

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

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

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

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