Shades of Fog #D2B7EC
Tints of Fog #D2B7EC
RGB
CMYK
RGB Variations
Color information
#D2B7EC (or 0xD2B7EC) is known color: Fog. HEX triplet: D2, B7 and EC. RGB value is (210,183,236). Sum of RGB (Red+Green+Blue) = 210+183+236=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2B7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B7EC is #2D4813. Grayscale: #C4C4C4. Windows color (decimal): -2967572 or 15513554. OLE color: 15513554.
HSL color Cylindrical-coordinate representation of color #D2B7EC: hue angle of 270.57º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2B7EC is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 210 | 183 | 236 | - |
CMYK | 0.11 | 0.22 | 0 | 0.07 |
HSL | 270.57º | 0.58% | 0.82% | - |
HSV(B) | 270.57º | 0.22% | 0.93% | - |
XYZ | 58.65 | 53.62 | 86.62 | - |
YUV | 197.12 | 149.95 | 137.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 183 | 236 | 0.11 | 0.22 | 0 | 0.07 | 270.57 | 0.58 | 0.82 |
Hex | D2 | B7 | EC | B | 16 | 0 | 7 | 10F | 3A | 52 |
Octal | 322 | 267 | 354 | 13 | 26 | 0 | 7 | 417 | 72 | 122 |
Binary | 11010010 | 10110111 | 11101100 | 1011 | 10110 | 0 | 111 | 100001111 | 111010 | 1010010 |
Color Harmonies of #D2B7EC
Complementary color
Monochromatic Colors of #D2B7EC
Black with #D2B7EC
Text Example
Text Example
White with #D2B7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B7EC; }
p { color: rgb(210,183,236); }
H1.HeaderClassName
{
color: #D2B7EC;
}
.AnyTagClassName
{
color: #D2B7EC;
}
</style>
background-color css
<style>
a { background-color: #D2B7EC; }
a { background-color: rgb(210,183,236); }
div.DivClassName
{
background-color: #D2B7EC;
}
.BgClassName
{
background-color: #D2B7EC;
}
</style>
border-color css
<style>
span { border-color: #D2B7EC; }
span { border-color: rgb(210,183,236); }
td.TdClassName
{
border-color: #D2B7EC;
}
.TagClassName
{
border-color: #D2B7EC;
}
</style>