#C8E2DD

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

Shades of Jagged Ice #C8E2DD

Tints of Jagged Ice #C8E2DD

Color information

#C8E2DD (or 0xC8E2DD) is unknown color: approx Jagged Ice. HEX triplet: C8, E2 and DD. RGB value is (200,226,221). Sum of RGB (Red+Green+Blue) = 200+226+221=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 226 - color contains mainly: green. Hex color #C8E2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E2DD is #371D22. Grayscale: #D9D9D9. Windows color (decimal): -3611939 or 14541512. OLE color: 14541512.

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

Color convert

RGB200226221-
CMYK0.1200.020.11
HSL168.46º30.95%83.53%-
HSV(B)168.46º11.5%88.63%-
XYZ64.0771.8978.91-
YUV217.66129.89115.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.91%
GREEN value IS 226 (88.67% from 255) = 34.93%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=30.91%
G=34.93%
B=34.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2002262210.1200.020.11168.4630.9583.53
HexC8E2DDC02Ba81f54
Octal31034233514021325037124
Binary1100100011100010110111011100010101110101000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E2DD; }

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

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

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

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

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

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

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

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