#D8D0E9

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

Shades of Fog #D8D0E9

Tints of Fog #D8D0E9

Color information

#D8D0E9 (or 0xD8D0E9) is unknown color: approx Fog. HEX triplet: D8, D0 and E9. RGB value is (216,208,233). Sum of RGB (Red+Green+Blue) = 216+208+233=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 233 - color contains mainly: blue. Hex color #D8D0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D0E9 is #272F16. Grayscale: #D5D5D5. Windows color (decimal): -2567959 or 15323352. OLE color: 15323352.

HSL color Cylindrical-coordinate representation of color #D8D0E9: hue angle of 259.2º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8D0E9 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB216208233-
CMYK0.070.1100.09
HSL259.2º36.23%86.47%-
HSV(B)259.2º10.73%91.37%-
XYZ65.5865.5986.3-
YUV213.24139.15129.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.88%
GREEN value IS 208 (81.64% from 255) = 31.66%
BLUE value IS 233 (91.41% from 255) = 35.46%
R=32.88%
G=31.66%
B=35.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2162082330.070.1100.09259.236.2386.47
HexD8D0E97B091032456
Octal33032035171301140344126
Binary1101100011010000111010011111011010011000000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D0E9; }

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

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

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

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

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

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

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

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