Shades of Fog #D0BCFC
Tints of Fog #D0BCFC
RGB
CMYK
RGB Variations
Color information
#D0BCFC (or 0xD0BCFC) is known color: Fog. HEX triplet: D0, BC and FC. RGB value is (208,188,252). Sum of RGB (Red+Green+Blue) = 208+188+252=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BCFC is #2F4303. Grayscale: #C9C9C9. Windows color (decimal): -3097348 or 16563408. OLE color: 16563408.
HSL color Cylindrical-coordinate representation of color #D0BCFC: hue angle of 258.75º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0BCFC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 188 | 252 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.01 |
| HSL | 258.75º | 0.91% | 0.86% | - |
| HSV(B) | 258.75º | 0.25% | 0.99% | - |
| XYZ | 61.57 | 56.4 | 99.74 | - |
| YUV | 201.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 252 | 0.17 | 0.25 | 0 | 0.01 | 258.75 | 0.91 | 0.86 |
| Hex | D0 | BC | FC | 11 | 19 | 0 | 1 | 103 | 5B | 56 |
| Octal | 320 | 274 | 374 | 21 | 31 | 0 | 1 | 403 | 133 | 126 |
| Binary | 11010000 | 10111100 | 11111100 | 10001 | 11001 | 0 | 1 | 100000011 | 1011011 | 1010110 |
Color Harmonies of #D0BCFC
Complementary color
Monochromatic Colors of #D0BCFC
Black with #D0BCFC
Text Example
Text Example
White with #D0BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCFC; }
p { color: rgb(208,188,252); }
H1.HeaderClassName
{
color: #D0BCFC;
}
.AnyTagClassName
{
color: #D0BCFC;
}
</style>
background-color css
<style>
a { background-color: #D0BCFC; }
a { background-color: rgb(208,188,252); }
div.DivClassName
{
background-color: #D0BCFC;
}
.BgClassName
{
background-color: #D0BCFC;
}
</style>
border-color css
<style>
span { border-color: #D0BCFC; }
span { border-color: rgb(208,188,252); }
td.TdClassName
{
border-color: #D0BCFC;
}
.TagClassName
{
border-color: #D0BCFC;
}
</style>