Shades of Fog #D0BCFD
Tints of Fog #D0BCFD
RGB
CMYK
RGB Variations
Color information
#D0BCFD (or 0xD0BCFD) is known color: Fog. HEX triplet: D0, BC and FD. RGB value is (208,188,253). Sum of RGB (Red+Green+Blue) = 208+188+253=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BCFD is #2F4302. Grayscale: #C9C9C9. Windows color (decimal): -3097347 or 16628944. OLE color: 16628944.
HSL color Cylindrical-coordinate representation of color #D0BCFD: hue angle of 258.46º degrees, saturation: 0.94, 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 #D0BCFD is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 188 | 253 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.01 |
| HSL | 258.46º | 0.94% | 0.86% | - |
| HSV(B) | 258.46º | 0.26% | 0.99% | - |
| XYZ | 61.73 | 56.47 | 100.57 | - |
| YUV | 201.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 253 | 0.18 | 0.26 | 0 | 0.01 | 258.46 | 0.94 | 0.86 |
| Hex | D0 | BC | FD | 12 | 1A | 0 | 1 | 102 | 5E | 56 |
| Octal | 320 | 274 | 375 | 22 | 32 | 0 | 1 | 402 | 136 | 126 |
| Binary | 11010000 | 10111100 | 11111101 | 10010 | 11010 | 0 | 1 | 100000010 | 1011110 | 1010110 |
Color Harmonies of #D0BCFD
Complementary color
Monochromatic Colors of #D0BCFD
Black with #D0BCFD
Text Example
Text Example
White with #D0BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCFD; }
p { color: rgb(208,188,253); }
H1.HeaderClassName
{
color: #D0BCFD;
}
.AnyTagClassName
{
color: #D0BCFD;
}
</style>
background-color css
<style>
a { background-color: #D0BCFD; }
a { background-color: rgb(208,188,253); }
div.DivClassName
{
background-color: #D0BCFD;
}
.BgClassName
{
background-color: #D0BCFD;
}
</style>
border-color css
<style>
span { border-color: #D0BCFD; }
span { border-color: rgb(208,188,253); }
td.TdClassName
{
border-color: #D0BCFD;
}
.TagClassName
{
border-color: #D0BCFD;
}
</style>