#D9D4EA

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

Shades of Fog #D9D4EA

Tints of Fog #D9D4EA

Color information

#D9D4EA (or 0xD9D4EA) is unknown color: approx Fog. HEX triplet: D9, D4 and EA. RGB value is (217,212,234). Sum of RGB (Red+Green+Blue) = 217+212+234=663 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.73% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9D4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D4EA is #262B15. Grayscale: #D7D7D7. Windows color (decimal): -2501398 or 15389913. OLE color: 15389913.

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

Color convert

RGB217212234-
CMYK0.070.0900.08
HSL253.64º34.37%87.45%-
HSV(B)253.64º9.4%91.76%-
XYZ67.0167.7887.39-
YUV216138.16128.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.73%
GREEN value IS 212 (83.20% from 255) = 31.98%
BLUE value IS 234 (91.80% from 255) = 35.29%
R=32.73%
G=31.98%
B=35.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172122340.070.0900.08253.6434.3787.45
HexD9D4EA7908fe2257
Octal33132435271101037642127
Binary110110011101010011101010111100101000111111101000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D4EA; }

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

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

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

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

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

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

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

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