Shades of Fog #D0BDE2
Tints of Fog #D0BDE2
RGB
CMYK
RGB Variations
Color information
#D0BDE2 (or 0xD0BDE2) is known color: Fog. HEX triplet: D0, BD and E2. RGB value is (208,189,226). Sum of RGB (Red+Green+Blue) = 208+189+226=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #D0BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDE2 is #2F421D. Grayscale: #C6C6C6. Windows color (decimal): -3097118 or 14859728. OLE color: 14859728.
HSL color Cylindrical-coordinate representation of color #D0BDE2: hue angle of 270.81º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0BDE2 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 189 | 226 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.11 |
| HSL | 270.81º | 0.39% | 0.81% | - |
| HSV(B) | 270.81º | 0.16% | 0.89% | - |
| XYZ | 57.94 | 55.3 | 79.57 | - |
| YUV | 198.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 226 | 0.08 | 0.16 | 0 | 0.11 | 270.81 | 0.39 | 0.81 |
| Hex | D0 | BD | E2 | 8 | 10 | 0 | B | 10F | 27 | 51 |
| Octal | 320 | 275 | 342 | 10 | 20 | 0 | 13 | 417 | 47 | 121 |
| Binary | 11010000 | 10111101 | 11100010 | 1000 | 10000 | 0 | 1011 | 100001111 | 100111 | 1010001 |
Color Harmonies of #D0BDE2
Complementary color
Monochromatic Colors of #D0BDE2
Black with #D0BDE2
Text Example
Text Example
White with #D0BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BDE2; }
p { color: rgb(208,189,226); }
H1.HeaderClassName
{
color: #D0BDE2;
}
.AnyTagClassName
{
color: #D0BDE2;
}
</style>
background-color css
<style>
a { background-color: #D0BDE2; }
a { background-color: rgb(208,189,226); }
div.DivClassName
{
background-color: #D0BDE2;
}
.BgClassName
{
background-color: #D0BDE2;
}
</style>
border-color css
<style>
span { border-color: #D0BDE2; }
span { border-color: rgb(208,189,226); }
td.TdClassName
{
border-color: #D0BDE2;
}
.TagClassName
{
border-color: #D0BDE2;
}
</style>