Shades of Fog #D0BCEE
Tints of Fog #D0BCEE
RGB
CMYK
RGB Variations
Color information
#D0BCEE (or 0xD0BCEE) is known color: Fog. HEX triplet: D0, BC and EE. RGB value is (208,188,238). Sum of RGB (Red+Green+Blue) = 208+188+238=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BCEE is #2F4311. Grayscale: #C7C7C7. Windows color (decimal): -3097362 or 15645904. OLE color: 15645904.
HSL color Cylindrical-coordinate representation of color #D0BCEE: hue angle of 264º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0BCEE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 188 | 238 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.07 |
| HSL | 264º | 0.6% | 0.84% | - |
| HSV(B) | 264º | 0.21% | 0.93% | - |
| XYZ | 59.43 | 55.55 | 88.48 | - |
| YUV | 199.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 238 | 0.13 | 0.21 | 0 | 0.07 | 264 | 0.6 | 0.84 |
| Hex | D0 | BC | EE | D | 15 | 0 | 7 | 108 | 3C | 54 |
| Octal | 320 | 274 | 356 | 15 | 25 | 0 | 7 | 410 | 74 | 124 |
| Binary | 11010000 | 10111100 | 11101110 | 1101 | 10101 | 0 | 111 | 100001000 | 111100 | 1010100 |
Color Harmonies of #D0BCEE
Complementary color
Monochromatic Colors of #D0BCEE
Black with #D0BCEE
Text Example
Text Example
White with #D0BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCEE; }
p { color: rgb(208,188,238); }
H1.HeaderClassName
{
color: #D0BCEE;
}
.AnyTagClassName
{
color: #D0BCEE;
}
</style>
background-color css
<style>
a { background-color: #D0BCEE; }
a { background-color: rgb(208,188,238); }
div.DivClassName
{
background-color: #D0BCEE;
}
.BgClassName
{
background-color: #D0BCEE;
}
</style>
border-color css
<style>
span { border-color: #D0BCEE; }
span { border-color: rgb(208,188,238); }
td.TdClassName
{
border-color: #D0BCEE;
}
.TagClassName
{
border-color: #D0BCEE;
}
</style>