#C8E0DD

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

Shades of Jagged Ice #C8E0DD

Tints of Jagged Ice #C8E0DD

Color information

#C8E0DD (or 0xC8E0DD) is unknown color: approx Jagged Ice. HEX triplet: C8, E0 and DD. RGB value is (200,224,221). Sum of RGB (Red+Green+Blue) = 200+224+221=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E0DD is #371F22. Grayscale: #D8D8D8. Windows color (decimal): -3612451 or 14541000. OLE color: 14541000.

HSL color Cylindrical-coordinate representation of color #C8E0DD: hue angle of 172.5º degrees, saturation: 0.28, 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 #C8E0DD is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB200224221-
CMYK0.1100.010.12
HSL172.5º27.91%83.14%-
HSV(B)172.5º10.71%87.84%-
XYZ63.5370.8178.73-
YUV216.48130.55116.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.01%
GREEN value IS 224 (87.89% from 255) = 34.73%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=31.01%
G=34.73%
B=34.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2002242210.1100.010.12172.527.9183.14
HexC8E0DDB01Cac1c53
Octal31034033513011425434123
Binary110010001110000011011101101101110010101100111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E0DD; }

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

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

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

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

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

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

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

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