Shades of Fog #D0BBFC
Tints of Fog #D0BBFC
RGB
CMYK
RGB Variations
Color information
#D0BBFC (or 0xD0BBFC) is known color: Fog. HEX triplet: D0, BB and FC. RGB value is (208,187,252). Sum of RGB (Red+Green+Blue) = 208+187+252=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BBFC is #2F4403. Grayscale: #C8C8C8. Windows color (decimal): -3097604 or 16563152. OLE color: 16563152.
HSL color Cylindrical-coordinate representation of color #D0BBFC: hue angle of 259.38º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0BBFC is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 187 | 252 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.01 |
| HSL | 259.38º | 0.92% | 0.86% | - |
| HSV(B) | 259.38º | 0.26% | 0.99% | - |
| XYZ | 61.35 | 55.98 | 99.67 | - |
| YUV | 200.69 | 156.96 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 252 | 0.17 | 0.26 | 0 | 0.01 | 259.38 | 0.92 | 0.86 |
| Hex | D0 | BB | FC | 11 | 1A | 0 | 1 | 103 | 5C | 56 |
| Octal | 320 | 273 | 374 | 21 | 32 | 0 | 1 | 403 | 134 | 126 |
| Binary | 11010000 | 10111011 | 11111100 | 10001 | 11010 | 0 | 1 | 100000011 | 1011100 | 1010110 |
Color Harmonies of #D0BBFC
Complementary color
Monochromatic Colors of #D0BBFC
Black with #D0BBFC
Text Example
Text Example
White with #D0BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBFC; }
p { color: rgb(208,187,252); }
H1.HeaderClassName
{
color: #D0BBFC;
}
.AnyTagClassName
{
color: #D0BBFC;
}
</style>
background-color css
<style>
a { background-color: #D0BBFC; }
a { background-color: rgb(208,187,252); }
div.DivClassName
{
background-color: #D0BBFC;
}
.BgClassName
{
background-color: #D0BBFC;
}
</style>
border-color css
<style>
span { border-color: #D0BBFC; }
span { border-color: rgb(208,187,252); }
td.TdClassName
{
border-color: #D0BBFC;
}
.TagClassName
{
border-color: #D0BBFC;
}
</style>