#D9D2EA

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

Shades of Fog #D9D2EA

Tints of Fog #D9D2EA

Color information

#D9D2EA (or 0xD9D2EA) is unknown color: approx Fog. HEX triplet: D9, D2 and EA. RGB value is (217,210,234). Sum of RGB (Red+Green+Blue) = 217+210+234=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9D2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D2EA is #262D15. Grayscale: #D6D6D6. Windows color (decimal): -2501910 or 15389401. OLE color: 15389401.

HSL color Cylindrical-coordinate representation of color #D9D2EA: hue angle of 257.5º 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 #D9D2EA is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217210234-
CMYK0.070.1000.08
HSL257.5º36.36%87.06%-
HSV(B)257.5º10.26%91.76%-
XYZ66.5166.7987.23-
YUV214.83138.82129.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.83%
GREEN value IS 210 (82.42% from 255) = 31.77%
BLUE value IS 234 (91.80% from 255) = 35.40%
R=32.83%
G=31.77%
B=35.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172102340.070.1000.08257.536.3687.06
HexD9D2EA7A081022457
Octal33132235271201040244127
Binary1101100111010010111010101111010010001000000101001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D2EA; }

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

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

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

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

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

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

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

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