#C8E1DD

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

Shades of Jagged Ice #C8E1DD

Tints of Jagged Ice #C8E1DD

Color information

#C8E1DD (or 0xC8E1DD) is unknown color: approx Jagged Ice. HEX triplet: C8, E1 and DD. RGB value is (200,225,221). Sum of RGB (Red+Green+Blue) = 200+225+221=646 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.96% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E1DD is #371E22. Grayscale: #D9D9D9. Windows color (decimal): -3612195 or 14541256. OLE color: 14541256.

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

Color convert

RGB200225221-
CMYK0.1100.020.12
HSL170.4º29.41%83.33%-
HSV(B)170.4º11.11%88.24%-
XYZ63.871.3578.82-
YUV217.07130.22115.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.96%
GREEN value IS 225 (88.28% from 255) = 34.83%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=30.96%
G=34.83%
B=34.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2002252210.1100.020.12170.429.4183.33
HexC8E1DDB02Caa1d53
Octal31034133513021425235123
Binary1100100011100001110111011011010110010101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E1DD; }

 p { color: rgb(200,225,221); }

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

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

 a { background-color: rgb(200,225,221); }

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

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

 span { border-color: rgb(200,225,221); }

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