Shades of Fog #D0B8FF
Tints of Fog #D0B8FF
RGB
CMYK
RGB Variations
Color information
#D0B8FF (or 0xD0B8FF) is known color: Fog. HEX triplet: D0, B8 and FF. RGB value is (208,184,255). Sum of RGB (Red+Green+Blue) = 208+184+255=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 184 (72.27% from 255 or 28.44% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B8FF is #2F4700. Grayscale: #C7C7C7. Windows color (decimal): -3098369 or 16758992. OLE color: 16758992.
HSL color Cylindrical-coordinate representation of color #D0B8FF: hue angle of 260.28º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0B8FF is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 184 | 255 | - |
| CMYK | 0.18 | 0.28 | 0 | 0 |
| HSL | 260.28º | 1% | 0.86% | - |
| HSV(B) | 260.28º | 0.28% | 1% | - |
| XYZ | 61.2 | 54.91 | 101.98 | - |
| YUV | 199.27 | 159.45 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 255 | 0.18 | 0.28 | 0 | 0 | 260.28 | 1 | 0.86 |
| Hex | D0 | B8 | FF | 12 | 1C | 0 | 0 | 104 | 64 | 56 |
| Octal | 320 | 270 | 377 | 22 | 34 | 0 | 0 | 404 | 144 | 126 |
| Binary | 11010000 | 10111000 | 11111111 | 10010 | 11100 | 0 | 0 | 100000100 | 1100100 | 1010110 |
Color Harmonies of #D0B8FF
Complementary color
Monochromatic Colors of #D0B8FF
Black with #D0B8FF
Text Example
Text Example
White with #D0B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B8FF; }
p { color: rgb(208,184,255); }
H1.HeaderClassName
{
color: #D0B8FF;
}
.AnyTagClassName
{
color: #D0B8FF;
}
</style>
background-color css
<style>
a { background-color: #D0B8FF; }
a { background-color: rgb(208,184,255); }
div.DivClassName
{
background-color: #D0B8FF;
}
.BgClassName
{
background-color: #D0B8FF;
}
</style>
border-color css
<style>
span { border-color: #D0B8FF; }
span { border-color: rgb(208,184,255); }
td.TdClassName
{
border-color: #D0B8FF;
}
.TagClassName
{
border-color: #D0B8FF;
}
</style>