#C8DCD9

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

Shades of Jagged Ice #C8DCD9

Tints of Jagged Ice #C8DCD9

Color information

#C8DCD9 (or 0xC8DCD9) is unknown color: approx Jagged Ice. HEX triplet: C8, DC and D9. RGB value is (200,220,217). Sum of RGB (Red+Green+Blue) = 200+220+217=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCD9 is #372326. Grayscale: #D5D5D5. Windows color (decimal): -3613479 or 14277832. OLE color: 14277832.

HSL color Cylindrical-coordinate representation of color #C8DCD9: hue angle of 171º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DCD9 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB200220217-
CMYK0.0900.010.14
HSL171º22.22%82.35%-
HSV(B)171º9.09%86.27%-
XYZ61.9468.4875.6-
YUV213.68129.87118.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.40%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 217 (85.16% from 255) = 34.07%
R=31.40%
G=34.54%
B=34.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002202170.0900.010.1417122.2282.35
HexC8DCD9901Eab1652
Octal31033433111011625326122
Binary110010001101110011011001100101111010101011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCD9; }

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

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

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

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

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

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

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

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