Shades of Fog #D8BDEB
Tints of Fog #D8BDEB
RGB
CMYK
RGB Variations
Color information
#D8BDEB (or 0xD8BDEB) is known color: Fog. HEX triplet: D8, BD and EB. RGB value is (216,189,235). Sum of RGB (Red+Green+Blue) = 216+189+235=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BDEB is #274214. Grayscale: #CACACA. Windows color (decimal): -2572821 or 15449560. OLE color: 15449560.
HSL color Cylindrical-coordinate representation of color #D8BDEB: hue angle of 275.22º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8BDEB is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 189 | 235 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.08 |
| HSL | 275.22º | 0.53% | 0.83% | - |
| HSV(B) | 275.22º | 0.2% | 0.92% | - |
| XYZ | 61.51 | 56.99 | 86.36 | - |
| YUV | 202.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 235 | 0.08 | 0.20 | 0 | 0.08 | 275.22 | 0.53 | 0.83 |
| Hex | D8 | BD | EB | 8 | 14 | 0 | 8 | 113 | 35 | 53 |
| Octal | 330 | 275 | 353 | 10 | 24 | 0 | 10 | 423 | 65 | 123 |
| Binary | 11011000 | 10111101 | 11101011 | 1000 | 10100 | 0 | 1000 | 100010011 | 110101 | 1010011 |
Color Harmonies of #D8BDEB
Complementary color
Monochromatic Colors of #D8BDEB
Black with #D8BDEB
Text Example
Text Example
White with #D8BDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDEB; }
p { color: rgb(216,189,235); }
H1.HeaderClassName
{
color: #D8BDEB;
}
.AnyTagClassName
{
color: #D8BDEB;
}
</style>
background-color css
<style>
a { background-color: #D8BDEB; }
a { background-color: rgb(216,189,235); }
div.DivClassName
{
background-color: #D8BDEB;
}
.BgClassName
{
background-color: #D8BDEB;
}
</style>
border-color css
<style>
span { border-color: #D8BDEB; }
span { border-color: rgb(216,189,235); }
td.TdClassName
{
border-color: #D8BDEB;
}
.TagClassName
{
border-color: #D8BDEB;
}
</style>