Shades of Fog #D7B9ED
Tints of Fog #D7B9ED
RGB
CMYK
RGB Variations
Color information
#D7B9ED (or 0xD7B9ED) is known color: Fog. HEX triplet: D7, B9 and ED. RGB value is (215,185,237). Sum of RGB (Red+Green+Blue) = 215+185+237=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7B9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B9ED is #284612. Grayscale: #C7C7C7. Windows color (decimal): -2639379 or 15579607. OLE color: 15579607.
HSL color Cylindrical-coordinate representation of color #D7B9ED: hue angle of 274.62º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7B9ED is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 185 | 237 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.07 |
| HSL | 274.62º | 0.59% | 0.83% | - |
| HSV(B) | 274.62º | 0.22% | 0.93% | - |
| XYZ | 60.66 | 55.26 | 87.59 | - |
| YUV | 199.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 237 | 0.09 | 0.22 | 0 | 0.07 | 274.62 | 0.59 | 0.83 |
| Hex | D7 | B9 | ED | 9 | 16 | 0 | 7 | 113 | 3B | 53 |
| Octal | 327 | 271 | 355 | 11 | 26 | 0 | 7 | 423 | 73 | 123 |
| Binary | 11010111 | 10111001 | 11101101 | 1001 | 10110 | 0 | 111 | 100010011 | 111011 | 1010011 |
Color Harmonies of #D7B9ED
Complementary color
Monochromatic Colors of #D7B9ED
Black with #D7B9ED
Text Example
Text Example
White with #D7B9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B9ED; }
p { color: rgb(215,185,237); }
H1.HeaderClassName
{
color: #D7B9ED;
}
.AnyTagClassName
{
color: #D7B9ED;
}
</style>
background-color css
<style>
a { background-color: #D7B9ED; }
a { background-color: rgb(215,185,237); }
div.DivClassName
{
background-color: #D7B9ED;
}
.BgClassName
{
background-color: #D7B9ED;
}
</style>
border-color css
<style>
span { border-color: #D7B9ED; }
span { border-color: rgb(215,185,237); }
td.TdClassName
{
border-color: #D7B9ED;
}
.TagClassName
{
border-color: #D7B9ED;
}
</style>