Shades of Fog #D2BDE2
Tints of Fog #D2BDE2
RGB
CMYK
RGB Variations
Color information
#D2BDE2 (or 0xD2BDE2) is known color: Fog. HEX triplet: D2, BD and E2. RGB value is (210,189,226). Sum of RGB (Red+Green+Blue) = 210+189+226=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 226 - color contains mainly: blue. Hex color #D2BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDE2 is #2D421D. Grayscale: #C7C7C7. Windows color (decimal): -2966046 or 14859730. OLE color: 14859730.
HSL color Cylindrical-coordinate representation of color #D2BDE2: hue angle of 274.05º 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 #D2BDE2 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 189 | 226 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.11 |
| HSL | 274.05º | 0.39% | 0.81% | - |
| HSV(B) | 274.05º | 0.16% | 0.89% | - |
| XYZ | 58.5 | 55.59 | 79.6 | - |
| YUV | 199.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 226 | 0.07 | 0.16 | 0 | 0.11 | 274.05 | 0.39 | 0.81 |
| Hex | D2 | BD | E2 | 7 | 10 | 0 | B | 112 | 27 | 51 |
| Octal | 322 | 275 | 342 | 7 | 20 | 0 | 13 | 422 | 47 | 121 |
| Binary | 11010010 | 10111101 | 11100010 | 111 | 10000 | 0 | 1011 | 100010010 | 100111 | 1010001 |
Color Harmonies of #D2BDE2
Complementary color
Monochromatic Colors of #D2BDE2
Black with #D2BDE2
Text Example
Text Example
White with #D2BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDE2; }
p { color: rgb(210,189,226); }
H1.HeaderClassName
{
color: #D2BDE2;
}
.AnyTagClassName
{
color: #D2BDE2;
}
</style>
background-color css
<style>
a { background-color: #D2BDE2; }
a { background-color: rgb(210,189,226); }
div.DivClassName
{
background-color: #D2BDE2;
}
.BgClassName
{
background-color: #D2BDE2;
}
</style>
border-color css
<style>
span { border-color: #D2BDE2; }
span { border-color: rgb(210,189,226); }
td.TdClassName
{
border-color: #D2BDE2;
}
.TagClassName
{
border-color: #D2BDE2;
}
</style>