#C8DFDC

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

Shades of Jagged Ice #C8DFDC

Tints of Jagged Ice #C8DFDC

Color information

#C8DFDC (or 0xC8DFDC) is unknown color: approx Jagged Ice. HEX triplet: C8, DF and DC. RGB value is (200,223,220). Sum of RGB (Red+Green+Blue) = 200+223+220=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFDC is #372023. Grayscale: #D7D7D7. Windows color (decimal): -3612708 or 14475208. OLE color: 14475208.

HSL color Cylindrical-coordinate representation of color #C8DFDC: hue angle of 172.17º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DFDC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB200223220-
CMYK0.1000.010.13
HSL172.17º26.44%82.94%-
HSV(B)172.17º10.31%87.45%-
XYZ63.1370.2277.94-
YUV215.78130.38116.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.10%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=31.10%
G=34.68%
B=34.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002232200.1000.010.13172.1726.4482.94
HexC8DFDCA01Dac1a53
Octal31033733412011525432123
Binary110010001101111111011100101001110110101100110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DFDC; }

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

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

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

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

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

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

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

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