Shades of Fog #D9D4EA
Tints of Fog #D9D4EA
RGB
CMYK
RGB Variations
Color information
#D9D4EA (or 0xD9D4EA) is known color: 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
| RGB | 217 | 212 | 234 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.08 |
| HSL | 253.64º | 0.34% | 0.87% | - |
| HSV(B) | 253.64º | 0.09% | 0.92% | - |
| XYZ | 67.01 | 67.78 | 87.39 | - |
| YUV | 216 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 234 | 0.07 | 0.09 | 0 | 0.08 | 253.64 | 0.34 | 0.87 |
| Hex | D9 | D4 | EA | 7 | 9 | 0 | 8 | FE | 22 | 57 |
| Octal | 331 | 324 | 352 | 7 | 11 | 0 | 10 | 376 | 42 | 127 |
| Binary | 11011001 | 11010100 | 11101010 | 111 | 1001 | 0 | 1000 | 11111110 | 100010 | 1010111 |
Color Harmonies of #D9D4EA
Complementary color
Monochromatic Colors of #D9D4EA
Black with #D9D4EA
Text Example
Text Example
White with #D9D4EA
Text Example
Text Example
HTML Codes & Css Web 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>