Shades of Fog #D2B2EC
Tints of Fog #D2B2EC
RGB
CMYK
RGB Variations
Color information
#D2B2EC (or 0xD2B2EC) is known color: Fog. HEX triplet: D2, B2 and EC. RGB value is (210,178,236). Sum of RGB (Red+Green+Blue) = 210+178+236=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2B2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B2EC is #2D4D13. Grayscale: #C1C1C1. Windows color (decimal): -2968852 or 15512274. OLE color: 15512274.
HSL color Cylindrical-coordinate representation of color #D2B2EC: hue angle of 273.1º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2B2EC is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 178 | 236 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.07 |
| HSL | 273.1º | 0.6% | 0.81% | - |
| HSV(B) | 273.1º | 0.25% | 0.93% | - |
| XYZ | 57.64 | 51.6 | 86.28 | - |
| YUV | 194.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 236 | 0.11 | 0.25 | 0 | 0.07 | 273.1 | 0.6 | 0.81 |
| Hex | D2 | B2 | EC | B | 19 | 0 | 7 | 111 | 3C | 51 |
| Octal | 322 | 262 | 354 | 13 | 31 | 0 | 7 | 421 | 74 | 121 |
| Binary | 11010010 | 10110010 | 11101100 | 1011 | 11001 | 0 | 111 | 100010001 | 111100 | 1010001 |
Color Harmonies of #D2B2EC
Complementary color
Monochromatic Colors of #D2B2EC
Black with #D2B2EC
Text Example
Text Example
White with #D2B2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B2EC; }
p { color: rgb(210,178,236); }
H1.HeaderClassName
{
color: #D2B2EC;
}
.AnyTagClassName
{
color: #D2B2EC;
}
</style>
background-color css
<style>
a { background-color: #D2B2EC; }
a { background-color: rgb(210,178,236); }
div.DivClassName
{
background-color: #D2B2EC;
}
.BgClassName
{
background-color: #D2B2EC;
}
</style>
border-color css
<style>
span { border-color: #D2B2EC; }
span { border-color: rgb(210,178,236); }
td.TdClassName
{
border-color: #D2B2EC;
}
.TagClassName
{
border-color: #D2B2EC;
}
</style>