Shades of Fog #D0BDEF
Tints of Fog #D0BDEF
RGB
CMYK
RGB Variations
Color information
#D0BDEF (or 0xD0BDEF) is known color: Fog. HEX triplet: D0, BD and EF. RGB value is (208,189,239). Sum of RGB (Red+Green+Blue) = 208+189+239=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BDEF is #2F4210. Grayscale: #C8C8C8. Windows color (decimal): -3097105 or 15711696. OLE color: 15711696.
HSL color Cylindrical-coordinate representation of color #D0BDEF: hue angle of 262.8º 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 #D0BDEF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 189 | 239 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.06 |
| HSL | 262.8º | 0.61% | 0.84% | - |
| HSV(B) | 262.8º | 0.21% | 0.94% | - |
| XYZ | 59.79 | 56.04 | 89.33 | - |
| YUV | 200.38 | 149.79 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 239 | 0.13 | 0.21 | 0 | 0.06 | 262.8 | 0.61 | 0.84 |
| Hex | D0 | BD | EF | D | 15 | 0 | 6 | 107 | 3D | 54 |
| Octal | 320 | 275 | 357 | 15 | 25 | 0 | 6 | 407 | 75 | 124 |
| Binary | 11010000 | 10111101 | 11101111 | 1101 | 10101 | 0 | 110 | 100000111 | 111101 | 1010100 |
Color Harmonies of #D0BDEF
Complementary color
Monochromatic Colors of #D0BDEF
Black with #D0BDEF
Text Example
Text Example
White with #D0BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BDEF; }
p { color: rgb(208,189,239); }
H1.HeaderClassName
{
color: #D0BDEF;
}
.AnyTagClassName
{
color: #D0BDEF;
}
</style>
background-color css
<style>
a { background-color: #D0BDEF; }
a { background-color: rgb(208,189,239); }
div.DivClassName
{
background-color: #D0BDEF;
}
.BgClassName
{
background-color: #D0BDEF;
}
</style>
border-color css
<style>
span { border-color: #D0BDEF; }
span { border-color: rgb(208,189,239); }
td.TdClassName
{
border-color: #D0BDEF;
}
.TagClassName
{
border-color: #D0BDEF;
}
</style>