Shades of Fog #D0BFEF
Tints of Fog #D0BFEF
RGB
CMYK
RGB Variations
Color information
#D0BFEF (or 0xD0BFEF) is known color: Fog. HEX triplet: D0, BF and EF. RGB value is (208,191,239). Sum of RGB (Red+Green+Blue) = 208+191+239=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0BFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BFEF is #2F4010. Grayscale: #C9C9C9. Windows color (decimal): -3096593 or 15712208. OLE color: 15712208.
HSL color Cylindrical-coordinate representation of color #D0BFEF: hue angle of 261.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0BFEF is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 191 | 239 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.06 |
| HSL | 261.25º | 0.6% | 0.84% | - |
| HSV(B) | 261.25º | 0.2% | 0.94% | - |
| XYZ | 60.22 | 56.9 | 89.47 | - |
| YUV | 201.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 239 | 0.13 | 0.20 | 0 | 0.06 | 261.25 | 0.6 | 0.84 |
| Hex | D0 | BF | EF | D | 14 | 0 | 6 | 105 | 3C | 54 |
| Octal | 320 | 277 | 357 | 15 | 24 | 0 | 6 | 405 | 74 | 124 |
| Binary | 11010000 | 10111111 | 11101111 | 1101 | 10100 | 0 | 110 | 100000101 | 111100 | 1010100 |
Color Harmonies of #D0BFEF
Complementary color
Monochromatic Colors of #D0BFEF
Black with #D0BFEF
Text Example
Text Example
White with #D0BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFEF; }
p { color: rgb(208,191,239); }
H1.HeaderClassName
{
color: #D0BFEF;
}
.AnyTagClassName
{
color: #D0BFEF;
}
</style>
background-color css
<style>
a { background-color: #D0BFEF; }
a { background-color: rgb(208,191,239); }
div.DivClassName
{
background-color: #D0BFEF;
}
.BgClassName
{
background-color: #D0BFEF;
}
</style>
border-color css
<style>
span { border-color: #D0BFEF; }
span { border-color: rgb(208,191,239); }
td.TdClassName
{
border-color: #D0BFEF;
}
.TagClassName
{
border-color: #D0BFEF;
}
</style>