Shades of Fog #D0B8F8
Tints of Fog #D0B8F8
RGB
CMYK
RGB Variations
Color information
#D0B8F8 (or 0xD0B8F8) is known color: Fog. HEX triplet: D0, B8 and F8. RGB value is (208,184,248). Sum of RGB (Red+Green+Blue) = 208+184+248=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0B8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B8F8 is #2F4707. Grayscale: #C6C6C6. Windows color (decimal): -3098376 or 16300240. OLE color: 16300240.
HSL color Cylindrical-coordinate representation of color #D0B8F8: hue angle of 262.5º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0B8F8 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 184 | 248 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.03 |
| HSL | 262.5º | 0.82% | 0.85% | - |
| HSV(B) | 262.5º | 0.26% | 0.97% | - |
| XYZ | 60.1 | 54.47 | 96.15 | - |
| YUV | 198.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 248 | 0.16 | 0.26 | 0 | 0.03 | 262.5 | 0.82 | 0.85 |
| Hex | D0 | B8 | F8 | 10 | 1A | 0 | 3 | 106 | 52 | 55 |
| Octal | 320 | 270 | 370 | 20 | 32 | 0 | 3 | 406 | 122 | 125 |
| Binary | 11010000 | 10111000 | 11111000 | 10000 | 11010 | 0 | 11 | 100000110 | 1010010 | 1010101 |
Color Harmonies of #D0B8F8
Complementary color
Monochromatic Colors of #D0B8F8
Black with #D0B8F8
Text Example
Text Example
White with #D0B8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B8F8; }
p { color: rgb(208,184,248); }
H1.HeaderClassName
{
color: #D0B8F8;
}
.AnyTagClassName
{
color: #D0B8F8;
}
</style>
background-color css
<style>
a { background-color: #D0B8F8; }
a { background-color: rgb(208,184,248); }
div.DivClassName
{
background-color: #D0B8F8;
}
.BgClassName
{
background-color: #D0B8F8;
}
</style>
border-color css
<style>
span { border-color: #D0B8F8; }
span { border-color: rgb(208,184,248); }
td.TdClassName
{
border-color: #D0B8F8;
}
.TagClassName
{
border-color: #D0B8F8;
}
</style>