Shades of Fog #D8BDE7
Tints of Fog #D8BDE7
RGB
CMYK
RGB Variations
Color information
#D8BDE7 (or 0xD8BDE7) is known color: Fog. HEX triplet: D8, BD and E7. RGB value is (216,189,231). Sum of RGB (Red+Green+Blue) = 216+189+231=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 231 - color contains mainly: blue. Hex color #D8BDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BDE7 is #274218. Grayscale: #C9C9C9. Windows color (decimal): -2572825 or 15187416. OLE color: 15187416.
HSL color Cylindrical-coordinate representation of color #D8BDE7: hue angle of 278.57º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8BDE7 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 189 | 231 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.09 |
| HSL | 278.57º | 0.47% | 0.82% | - |
| HSV(B) | 278.57º | 0.18% | 0.91% | - |
| XYZ | 60.94 | 56.76 | 83.35 | - |
| YUV | 201.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 231 | 0.06 | 0.18 | 0 | 0.09 | 278.57 | 0.47 | 0.82 |
| Hex | D8 | BD | E7 | 6 | 12 | 0 | 9 | 117 | 2F | 52 |
| Octal | 330 | 275 | 347 | 6 | 22 | 0 | 11 | 427 | 57 | 122 |
| Binary | 11011000 | 10111101 | 11100111 | 110 | 10010 | 0 | 1001 | 100010111 | 101111 | 1010010 |
Color Harmonies of #D8BDE7
Complementary color
Monochromatic Colors of #D8BDE7
Black with #D8BDE7
Text Example
Text Example
White with #D8BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDE7; }
p { color: rgb(216,189,231); }
H1.HeaderClassName
{
color: #D8BDE7;
}
.AnyTagClassName
{
color: #D8BDE7;
}
</style>
background-color css
<style>
a { background-color: #D8BDE7; }
a { background-color: rgb(216,189,231); }
div.DivClassName
{
background-color: #D8BDE7;
}
.BgClassName
{
background-color: #D8BDE7;
}
</style>
border-color css
<style>
span { border-color: #D8BDE7; }
span { border-color: rgb(216,189,231); }
td.TdClassName
{
border-color: #D8BDE7;
}
.TagClassName
{
border-color: #D8BDE7;
}
</style>