Shades of Fog #D2B3EC
Tints of Fog #D2B3EC
RGB
CMYK
RGB Variations
Color information
#D2B3EC (or 0xD2B3EC) is known color: Fog. HEX triplet: D2, B3 and EC. RGB value is (210,179,236). Sum of RGB (Red+Green+Blue) = 210+179+236=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B3EC is #2D4C13. Grayscale: #C2C2C2. Windows color (decimal): -2968596 or 15512530. OLE color: 15512530.
HSL color Cylindrical-coordinate representation of color #D2B3EC: hue angle of 272.63º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2B3EC is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 179 | 236 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.07 |
| HSL | 272.63º | 0.6% | 0.81% | - |
| HSV(B) | 272.63º | 0.24% | 0.93% | - |
| XYZ | 57.84 | 52 | 86.35 | - |
| YUV | 194.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 236 | 0.11 | 0.24 | 0 | 0.07 | 272.63 | 0.6 | 0.81 |
| Hex | D2 | B3 | EC | B | 18 | 0 | 7 | 111 | 3C | 51 |
| Octal | 322 | 263 | 354 | 13 | 30 | 0 | 7 | 421 | 74 | 121 |
| Binary | 11010010 | 10110011 | 11101100 | 1011 | 11000 | 0 | 111 | 100010001 | 111100 | 1010001 |
Color Harmonies of #D2B3EC
Complementary color
Monochromatic Colors of #D2B3EC
Black with #D2B3EC
Text Example
Text Example
White with #D2B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B3EC; }
p { color: rgb(210,179,236); }
H1.HeaderClassName
{
color: #D2B3EC;
}
.AnyTagClassName
{
color: #D2B3EC;
}
</style>
background-color css
<style>
a { background-color: #D2B3EC; }
a { background-color: rgb(210,179,236); }
div.DivClassName
{
background-color: #D2B3EC;
}
.BgClassName
{
background-color: #D2B3EC;
}
</style>
border-color css
<style>
span { border-color: #D2B3EC; }
span { border-color: rgb(210,179,236); }
td.TdClassName
{
border-color: #D2B3EC;
}
.TagClassName
{
border-color: #D2B3EC;
}
</style>