#C8E1DC

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

Shades of Jagged Ice #C8E1DC

Tints of Jagged Ice #C8E1DC

Color information

#C8E1DC (or 0xC8E1DC) is unknown color: approx Jagged Ice. HEX triplet: C8, E1 and DC. RGB value is (200,225,220). Sum of RGB (Red+Green+Blue) = 200+225+220=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E1DC is #371E23. Grayscale: #D8D8D8. Windows color (decimal): -3612196 or 14475720. OLE color: 14475720.

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

Color convert

RGB200225220-
CMYK0.1100.020.12
HSL168º29.41%83.33%-
HSV(B)168º11.11%88.24%-
XYZ63.6671.378.12-
YUV216.96129.72115.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.01%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=31.01%
G=34.88%
B=34.11%

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
Decimal2002252200.1100.020.1216829.4183.33
HexC8E1DCB02Ca81d53
Octal31034133413021425035123
Binary1100100011100001110111001011010110010101000111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E1DC; }

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

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

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

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

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

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

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

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