Shades of Fog #D2B7ED
Tints of Fog #D2B7ED
RGB
CMYK
RGB Variations
Color information
#D2B7ED (or 0xD2B7ED) is known color: Fog. HEX triplet: D2, B7 and ED. RGB value is (210,183,237). Sum of RGB (Red+Green+Blue) = 210+183+237=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2B7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B7ED is #2D4812. Grayscale: #C5C5C5. Windows color (decimal): -2967571 or 15579090. OLE color: 15579090.
HSL color Cylindrical-coordinate representation of color #D2B7ED: hue angle of 270º degrees, saturation: 0.6, 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 #D2B7ED is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 210 | 183 | 237 | - |
CMYK | 0.11 | 0.23 | 0 | 0.07 |
HSL | 270º | 0.6% | 0.82% | - |
HSV(B) | 270º | 0.23% | 0.93% | - |
XYZ | 58.8 | 53.68 | 87.38 | - |
YUV | 197.23 | 150.45 | 137.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 183 | 237 | 0.11 | 0.23 | 0 | 0.07 | 270 | 0.6 | 0.82 |
Hex | D2 | B7 | ED | B | 17 | 0 | 7 | 10E | 3C | 52 |
Octal | 322 | 267 | 355 | 13 | 27 | 0 | 7 | 416 | 74 | 122 |
Binary | 11010010 | 10110111 | 11101101 | 1011 | 10111 | 0 | 111 | 100001110 | 111100 | 1010010 |
Color Harmonies of #D2B7ED
Complementary color
Monochromatic Colors of #D2B7ED
Black with #D2B7ED
Text Example
Text Example
White with #D2B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B7ED; }
p { color: rgb(210,183,237); }
H1.HeaderClassName
{
color: #D2B7ED;
}
.AnyTagClassName
{
color: #D2B7ED;
}
</style>
background-color css
<style>
a { background-color: #D2B7ED; }
a { background-color: rgb(210,183,237); }
div.DivClassName
{
background-color: #D2B7ED;
}
.BgClassName
{
background-color: #D2B7ED;
}
</style>
border-color css
<style>
span { border-color: #D2B7ED; }
span { border-color: rgb(210,183,237); }
td.TdClassName
{
border-color: #D2B7ED;
}
.TagClassName
{
border-color: #D2B7ED;
}
</style>