Shades of Fog #D8BDE6
Tints of Fog #D8BDE6
RGB
CMYK
RGB Variations
Color information
#D8BDE6 (or 0xD8BDE6) is known color: Fog. HEX triplet: D8, BD and E6. RGB value is (216,189,230). Sum of RGB (Red+Green+Blue) = 216+189+230=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #D8BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BDE6 is #274219. Grayscale: #C9C9C9. Windows color (decimal): -2572826 or 15121880. OLE color: 15121880.
HSL color Cylindrical-coordinate representation of color #D8BDE6: hue angle of 279.51º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8BDE6 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 189 | 230 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.10 |
| HSL | 279.51º | 0.45% | 0.82% | - |
| HSV(B) | 279.51º | 0.18% | 0.9% | - |
| XYZ | 60.8 | 56.71 | 82.6 | - |
| YUV | 201.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 230 | 0.06 | 0.18 | 0 | 0.10 | 279.51 | 0.45 | 0.82 |
| Hex | D8 | BD | E6 | 6 | 12 | 0 | A | 118 | 2D | 52 |
| Octal | 330 | 275 | 346 | 6 | 22 | 0 | 12 | 430 | 55 | 122 |
| Binary | 11011000 | 10111101 | 11100110 | 110 | 10010 | 0 | 1010 | 100011000 | 101101 | 1010010 |
Color Harmonies of #D8BDE6
Complementary color
Monochromatic Colors of #D8BDE6
Black with #D8BDE6
Text Example
Text Example
White with #D8BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDE6; }
p { color: rgb(216,189,230); }
H1.HeaderClassName
{
color: #D8BDE6;
}
.AnyTagClassName
{
color: #D8BDE6;
}
</style>
background-color css
<style>
a { background-color: #D8BDE6; }
a { background-color: rgb(216,189,230); }
div.DivClassName
{
background-color: #D8BDE6;
}
.BgClassName
{
background-color: #D8BDE6;
}
</style>
border-color css
<style>
span { border-color: #D8BDE6; }
span { border-color: rgb(216,189,230); }
td.TdClassName
{
border-color: #D8BDE6;
}
.TagClassName
{
border-color: #D8BDE6;
}
</style>