Shades of Fog #D0BFDE
Tints of Fog #D0BFDE
RGB
CMYK
RGB Variations
Color information
#D0BFDE (or 0xD0BFDE) is known color: Fog. HEX triplet: D0, BF and DE. RGB value is (208,191,222). Sum of RGB (Red+Green+Blue) = 208+191+222=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFDE is #2F4021. Grayscale: #C7C7C7. Windows color (decimal): -3096610 or 14598096. OLE color: 14598096.
HSL color Cylindrical-coordinate representation of color #D0BFDE: hue angle of 272.9º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0BFDE is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 191 | 222 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.13 |
| HSL | 272.9º | 0.32% | 0.81% | - |
| HSV(B) | 272.9º | 0.14% | 0.87% | - |
| XYZ | 57.83 | 55.95 | 76.86 | - |
| YUV | 199.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 222 | 0.06 | 0.14 | 0 | 0.13 | 272.9 | 0.32 | 0.81 |
| Hex | D0 | BF | DE | 6 | E | 0 | D | 111 | 20 | 51 |
| Octal | 320 | 277 | 336 | 6 | 16 | 0 | 15 | 421 | 40 | 121 |
| Binary | 11010000 | 10111111 | 11011110 | 110 | 1110 | 0 | 1101 | 100010001 | 100000 | 1010001 |
Color Harmonies of #D0BFDE
Complementary color
Monochromatic Colors of #D0BFDE
Black with #D0BFDE
Text Example
Text Example
White with #D0BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFDE; }
p { color: rgb(208,191,222); }
H1.HeaderClassName
{
color: #D0BFDE;
}
.AnyTagClassName
{
color: #D0BFDE;
}
</style>
background-color css
<style>
a { background-color: #D0BFDE; }
a { background-color: rgb(208,191,222); }
div.DivClassName
{
background-color: #D0BFDE;
}
.BgClassName
{
background-color: #D0BFDE;
}
</style>
border-color css
<style>
span { border-color: #D0BFDE; }
span { border-color: rgb(208,191,222); }
td.TdClassName
{
border-color: #D0BFDE;
}
.TagClassName
{
border-color: #D0BFDE;
}
</style>