#D8D2EA

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

Shades of Fog #D8D2EA

Tints of Fog #D8D2EA

Color information

#D8D2EA (or 0xD8D2EA) is unknown color: approx Fog. HEX triplet: D8, D2 and EA. RGB value is (216,210,234). Sum of RGB (Red+Green+Blue) = 216+210+234=660 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.73% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8D2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D2EA is #272D15. Grayscale: #D6D6D6. Windows color (decimal): -2567446 or 15389400. OLE color: 15389400.

HSL color Cylindrical-coordinate representation of color #D8D2EA: hue angle of 255º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8D2EA is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216210234-
CMYK0.080.1000.08
HSL255º36.36%87.06%-
HSV(B)255º10.26%91.76%-
XYZ66.2266.6387.21-
YUV214.53138.99129.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.73%
GREEN value IS 210 (82.42% from 255) = 31.82%
BLUE value IS 234 (91.80% from 255) = 35.45%
R=32.73%
G=31.82%
B=35.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162102340.080.1000.0825536.3687.06
HexD8D2EA8A08ff2457
Octal330322352101201037744127
Binary1101100011010010111010101000101001000111111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D2EA; }

 p { color: rgb(216,210,234); }

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

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

 a { background-color: rgb(216,210,234); }

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

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

 span { border-color: rgb(216,210,234); }

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