Shades of Fog #D0BEDF
Tints of Fog #D0BEDF
RGB
CMYK
RGB Variations
Color information
#D0BEDF (or 0xD0BEDF) is known color: Fog. HEX triplet: D0, BE and DF. RGB value is (208,190,223). Sum of RGB (Red+Green+Blue) = 208+190+223=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEDF is #2F4120. Grayscale: #C7C7C7. Windows color (decimal): -3096865 or 14663376. OLE color: 14663376.
HSL color Cylindrical-coordinate representation of color #D0BEDF: hue angle of 272.73º degrees, saturation: 0.34, 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 #D0BEDF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 190 | 223 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.13 |
| HSL | 272.73º | 0.34% | 0.81% | - |
| HSV(B) | 272.73º | 0.15% | 0.87% | - |
| XYZ | 57.75 | 55.56 | 77.49 | - |
| YUV | 199.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 223 | 0.07 | 0.15 | 0 | 0.13 | 272.73 | 0.34 | 0.81 |
| Hex | D0 | BE | DF | 7 | F | 0 | D | 111 | 22 | 51 |
| Octal | 320 | 276 | 337 | 7 | 17 | 0 | 15 | 421 | 42 | 121 |
| Binary | 11010000 | 10111110 | 11011111 | 111 | 1111 | 0 | 1101 | 100010001 | 100010 | 1010001 |
Color Harmonies of #D0BEDF
Complementary color
Monochromatic Colors of #D0BEDF
Black with #D0BEDF
Text Example
Text Example
White with #D0BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEDF; }
p { color: rgb(208,190,223); }
H1.HeaderClassName
{
color: #D0BEDF;
}
.AnyTagClassName
{
color: #D0BEDF;
}
</style>
background-color css
<style>
a { background-color: #D0BEDF; }
a { background-color: rgb(208,190,223); }
div.DivClassName
{
background-color: #D0BEDF;
}
.BgClassName
{
background-color: #D0BEDF;
}
</style>
border-color css
<style>
span { border-color: #D0BEDF; }
span { border-color: rgb(208,190,223); }
td.TdClassName
{
border-color: #D0BEDF;
}
.TagClassName
{
border-color: #D0BEDF;
}
</style>