Shades of Fog #D0BBEE
Tints of Fog #D0BBEE
RGB
CMYK
RGB Variations
Color information
#D0BBEE (or 0xD0BBEE) is known color: Fog. HEX triplet: D0, BB and EE. RGB value is (208,187,238). Sum of RGB (Red+Green+Blue) = 208+187+238=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BBEE is #2F4411. Grayscale: #C6C6C6. Windows color (decimal): -3097618 or 15645648. OLE color: 15645648.
HSL color Cylindrical-coordinate representation of color #D0BBEE: hue angle of 264.71º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0BBEE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 187 | 238 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.07 |
| HSL | 264.71º | 0.6% | 0.83% | - |
| HSV(B) | 264.71º | 0.21% | 0.93% | - |
| XYZ | 59.22 | 55.12 | 88.41 | - |
| YUV | 199.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 238 | 0.13 | 0.21 | 0 | 0.07 | 264.71 | 0.6 | 0.83 |
| Hex | D0 | BB | EE | D | 15 | 0 | 7 | 109 | 3C | 53 |
| Octal | 320 | 273 | 356 | 15 | 25 | 0 | 7 | 411 | 74 | 123 |
| Binary | 11010000 | 10111011 | 11101110 | 1101 | 10101 | 0 | 111 | 100001001 | 111100 | 1010011 |
Color Harmonies of #D0BBEE
Complementary color
Monochromatic Colors of #D0BBEE
Black with #D0BBEE
Text Example
Text Example
White with #D0BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBEE; }
p { color: rgb(208,187,238); }
H1.HeaderClassName
{
color: #D0BBEE;
}
.AnyTagClassName
{
color: #D0BBEE;
}
</style>
background-color css
<style>
a { background-color: #D0BBEE; }
a { background-color: rgb(208,187,238); }
div.DivClassName
{
background-color: #D0BBEE;
}
.BgClassName
{
background-color: #D0BBEE;
}
</style>
border-color css
<style>
span { border-color: #D0BBEE; }
span { border-color: rgb(208,187,238); }
td.TdClassName
{
border-color: #D0BBEE;
}
.TagClassName
{
border-color: #D0BBEE;
}
</style>