Shades of Fog #D2B5EC
Tints of Fog #D2B5EC
RGB
CMYK
RGB Variations
Color information
#D2B5EC (or 0xD2B5EC) is known color: Fog. HEX triplet: D2, B5 and EC. RGB value is (210,181,236). Sum of RGB (Red+Green+Blue) = 210+181+236=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B5EC is #2D4A13. Grayscale: #C3C3C3. Windows color (decimal): -2968084 or 15513042. OLE color: 15513042.
HSL color Cylindrical-coordinate representation of color #D2B5EC: hue angle of 271.64º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2B5EC is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 181 | 236 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.07 |
| HSL | 271.64º | 0.59% | 0.82% | - |
| HSV(B) | 271.64º | 0.23% | 0.93% | - |
| XYZ | 58.24 | 52.81 | 86.48 | - |
| YUV | 195.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 236 | 0.11 | 0.23 | 0 | 0.07 | 271.64 | 0.59 | 0.82 |
| Hex | D2 | B5 | EC | B | 17 | 0 | 7 | 110 | 3B | 52 |
| Octal | 322 | 265 | 354 | 13 | 27 | 0 | 7 | 420 | 73 | 122 |
| Binary | 11010010 | 10110101 | 11101100 | 1011 | 10111 | 0 | 111 | 100010000 | 111011 | 1010010 |
Color Harmonies of #D2B5EC
Complementary color
Monochromatic Colors of #D2B5EC
Black with #D2B5EC
Text Example
Text Example
White with #D2B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B5EC; }
p { color: rgb(210,181,236); }
H1.HeaderClassName
{
color: #D2B5EC;
}
.AnyTagClassName
{
color: #D2B5EC;
}
</style>
background-color css
<style>
a { background-color: #D2B5EC; }
a { background-color: rgb(210,181,236); }
div.DivClassName
{
background-color: #D2B5EC;
}
.BgClassName
{
background-color: #D2B5EC;
}
</style>
border-color css
<style>
span { border-color: #D2B5EC; }
span { border-color: rgb(210,181,236); }
td.TdClassName
{
border-color: #D2B5EC;
}
.TagClassName
{
border-color: #D2B5EC;
}
</style>