#D1C8DC

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

Shades of Fog #D1C8DC

Tints of Fog #D1C8DC

Color information

#D1C8DC (or 0xD1C8DC) is unknown color: approx Fog. HEX triplet: D1, C8 and DC. RGB value is (209,200,220). Sum of RGB (Red+Green+Blue) = 209+200+220=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8DC is #2E3723. Grayscale: #CCCCCC. Windows color (decimal): -3028772 or 14469329. OLE color: 14469329.

HSL color Cylindrical-coordinate representation of color #D1C8DC: hue angle of 267º 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 #D1C8DC is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209200220-
CMYK0.050.0900.14
HSL267º22.22%82.35%-
HSV(B)267º9.09%86.27%-
XYZ59.8760.0376.14-
YUV204.97136.48130.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.23%
GREEN value IS 200 (78.52% from 255) = 31.80%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=33.23%
G=31.80%
B=34.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092002200.050.0900.1426722.2282.35
HexD1C8DC590E10b1652
Octal32131033451101641326122
Binary110100011100100011011100101100101110100001011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C8DC; }

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

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

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

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

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

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

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

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