#C5E2DE

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

Shades of Jagged Ice #C5E2DE

Tints of Jagged Ice #C5E2DE

Color information

#C5E2DE (or 0xC5E2DE) is unknown color: approx Jagged Ice. HEX triplet: C5, E2 and DE. RGB value is (197,226,222). Sum of RGB (Red+Green+Blue) = 197+226+222=645 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.54% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 226 - color contains mainly: green. Hex color #C5E2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E2DE is #3A1D21. Grayscale: #D8D8D8. Windows color (decimal): -3808546 or 14607045. OLE color: 14607045.

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

Color convert

RGB197226222-
CMYK0.1300.020.11
HSL171.72º33.33%82.94%-
HSV(B)171.72º12.83%88.63%-
XYZ63.4171.5479.57-
YUV216.87130.89113.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.54%
GREEN value IS 226 (88.67% from 255) = 35.04%
BLUE value IS 222 (87.11% from 255) = 34.42%
R=30.54%
G=35.04%
B=34.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1972262220.1300.020.11171.7233.3382.94
HexC5E2DED02Bac2153
Octal30534233615021325441123
Binary11000101111000101101111011010101011101011001000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E2DE; }

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

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

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

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

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

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

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

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