#D8D0EC

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

Shades of Fog #D8D0EC

Tints of Fog #D8D0EC

Color information

#D8D0EC (or 0xD8D0EC) is unknown color: approx Fog. HEX triplet: D8, D0 and EC. RGB value is (216,208,236). Sum of RGB (Red+Green+Blue) = 216+208+236=660 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.73% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8D0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D0EC is #272F13. Grayscale: #D5D5D5. Windows color (decimal): -2567956 or 15519960. OLE color: 15519960.

HSL color Cylindrical-coordinate representation of color #D8D0EC: hue angle of 257.14º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8D0EC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216208236-
CMYK0.080.1200.07
HSL257.14º42.42%87.06%-
HSV(B)257.14º11.86%92.55%-
XYZ66.0265.7788.57-
YUV213.58140.65129.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.73%
GREEN value IS 208 (81.64% from 255) = 31.52%
BLUE value IS 236 (92.58% from 255) = 35.76%
R=32.73%
G=31.52%
B=35.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162082360.080.1200.07257.1442.4287.06
HexD8D0EC8C071012a57
Octal33032035410140740152127
Binary1101100011010000111011001000110001111000000011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D0EC; }

 p { color: rgb(216,208,236); }

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

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

 a { background-color: rgb(216,208,236); }

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

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

 span { border-color: rgb(216,208,236); }

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