Shades of Fog #D0BDDF
Tints of Fog #D0BDDF
RGB
CMYK
RGB Variations
Color information
#D0BDDF (or 0xD0BDDF) is known color: Fog. HEX triplet: D0, BD and DF. RGB value is (208,189,223). Sum of RGB (Red+Green+Blue) = 208+189+223=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDDF is #2F4220. Grayscale: #C6C6C6. Windows color (decimal): -3097121 or 14663120. OLE color: 14663120.
HSL color Cylindrical-coordinate representation of color #D0BDDF: hue angle of 273.53º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0BDDF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 189 | 223 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.13 |
| HSL | 273.53º | 0.35% | 0.81% | - |
| HSV(B) | 273.53º | 0.15% | 0.87% | - |
| XYZ | 57.53 | 55.13 | 77.42 | - |
| YUV | 198.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 223 | 0.07 | 0.15 | 0 | 0.13 | 273.53 | 0.35 | 0.81 |
| Hex | D0 | BD | DF | 7 | F | 0 | D | 112 | 23 | 51 |
| Octal | 320 | 275 | 337 | 7 | 17 | 0 | 15 | 422 | 43 | 121 |
| Binary | 11010000 | 10111101 | 11011111 | 111 | 1111 | 0 | 1101 | 100010010 | 100011 | 1010001 |
Color Harmonies of #D0BDDF
Complementary color
Monochromatic Colors of #D0BDDF
Black with #D0BDDF
Text Example
Text Example
White with #D0BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BDDF; }
p { color: rgb(208,189,223); }
H1.HeaderClassName
{
color: #D0BDDF;
}
.AnyTagClassName
{
color: #D0BDDF;
}
</style>
background-color css
<style>
a { background-color: #D0BDDF; }
a { background-color: rgb(208,189,223); }
div.DivClassName
{
background-color: #D0BDDF;
}
.BgClassName
{
background-color: #D0BDDF;
}
</style>
border-color css
<style>
span { border-color: #D0BDDF; }
span { border-color: rgb(208,189,223); }
td.TdClassName
{
border-color: #D0BDDF;
}
.TagClassName
{
border-color: #D0BDDF;
}
</style>