Shades of Fog #D0BCEF
Tints of Fog #D0BCEF
RGB
CMYK
RGB Variations
Color information
#D0BCEF (or 0xD0BCEF) is known color: Fog. HEX triplet: D0, BC and EF. RGB value is (208,188,239). Sum of RGB (Red+Green+Blue) = 208+188+239=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BCEF is #2F4310. Grayscale: #C7C7C7. Windows color (decimal): -3097361 or 15711440. OLE color: 15711440.
HSL color Cylindrical-coordinate representation of color #D0BCEF: hue angle of 263.53º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0BCEF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 188 | 239 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.06 |
| HSL | 263.53º | 0.61% | 0.84% | - |
| HSV(B) | 263.53º | 0.21% | 0.94% | - |
| XYZ | 59.58 | 55.61 | 89.25 | - |
| YUV | 199.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 239 | 0.13 | 0.21 | 0 | 0.06 | 263.53 | 0.61 | 0.84 |
| Hex | D0 | BC | EF | D | 15 | 0 | 6 | 108 | 3D | 54 |
| Octal | 320 | 274 | 357 | 15 | 25 | 0 | 6 | 410 | 75 | 124 |
| Binary | 11010000 | 10111100 | 11101111 | 1101 | 10101 | 0 | 110 | 100001000 | 111101 | 1010100 |
Color Harmonies of #D0BCEF
Complementary color
Monochromatic Colors of #D0BCEF
Black with #D0BCEF
Text Example
Text Example
White with #D0BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCEF; }
p { color: rgb(208,188,239); }
H1.HeaderClassName
{
color: #D0BCEF;
}
.AnyTagClassName
{
color: #D0BCEF;
}
</style>
background-color css
<style>
a { background-color: #D0BCEF; }
a { background-color: rgb(208,188,239); }
div.DivClassName
{
background-color: #D0BCEF;
}
.BgClassName
{
background-color: #D0BCEF;
}
</style>
border-color css
<style>
span { border-color: #D0BCEF; }
span { border-color: rgb(208,188,239); }
td.TdClassName
{
border-color: #D0BCEF;
}
.TagClassName
{
border-color: #D0BCEF;
}
</style>