Shades of Fog #D8D1EC
Tints of Fog #D8D1EC
RGB
CMYK
RGB Variations
Color information
#D8D1EC (or 0xD8D1EC) is known color: Fog. HEX triplet: D8, D1 and EC. RGB value is (216,209,236). Sum of RGB (Red+Green+Blue) = 216+209+236=661 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.68% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8D1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D1EC is #272E13. Grayscale: #D6D6D6. Windows color (decimal): -2567700 or 15520216. OLE color: 15520216.
HSL color Cylindrical-coordinate representation of color #D8D1EC: hue angle of 255.56º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8D1EC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 216 | 209 | 236 | - |
CMYK | 0.08 | 0.11 | 0 | 0.07 |
HSL | 255.56º | 0.42% | 0.87% | - |
HSV(B) | 255.56º | 0.11% | 0.93% | - |
XYZ | 66.26 | 66.26 | 88.65 | - |
YUV | 214.17 | 140.32 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 209 | 236 | 0.08 | 0.11 | 0 | 0.07 | 255.56 | 0.42 | 0.87 |
Hex | D8 | D1 | EC | 8 | B | 0 | 7 | 100 | 2A | 57 |
Octal | 330 | 321 | 354 | 10 | 13 | 0 | 7 | 400 | 52 | 127 |
Binary | 11011000 | 11010001 | 11101100 | 1000 | 1011 | 0 | 111 | 100000000 | 101010 | 1010111 |
Color Harmonies of #D8D1EC
Complementary color
Monochromatic Colors of #D8D1EC
Black with #D8D1EC
Text Example
Text Example
White with #D8D1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D1EC; }
p { color: rgb(216,209,236); }
H1.HeaderClassName
{
color: #D8D1EC;
}
.AnyTagClassName
{
color: #D8D1EC;
}
</style>
background-color css
<style>
a { background-color: #D8D1EC; }
a { background-color: rgb(216,209,236); }
div.DivClassName
{
background-color: #D8D1EC;
}
.BgClassName
{
background-color: #D8D1EC;
}
</style>
border-color css
<style>
span { border-color: #D8D1EC; }
span { border-color: rgb(216,209,236); }
td.TdClassName
{
border-color: #D8D1EC;
}
.TagClassName
{
border-color: #D8D1EC;
}
</style>