Shades of Fog #D5B7ED
Tints of Fog #D5B7ED
RGB
CMYK
RGB Variations
Color information
#D5B7ED (or 0xD5B7ED) is known color: Fog. HEX triplet: D5, B7 and ED. RGB value is (213,183,237). Sum of RGB (Red+Green+Blue) = 213+183+237=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5B7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B7ED is #2A4812. Grayscale: #C5C5C5. Windows color (decimal): -2770963 or 15579093. OLE color: 15579093.
HSL color Cylindrical-coordinate representation of color #D5B7ED: hue angle of 273.33º 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 #D5B7ED is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 183 | 237 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.07 |
| HSL | 273.33º | 0.6% | 0.82% | - |
| HSV(B) | 273.33º | 0.23% | 0.93% | - |
| XYZ | 59.66 | 54.13 | 87.42 | - |
| YUV | 198.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 237 | 0.10 | 0.23 | 0 | 0.07 | 273.33 | 0.6 | 0.82 |
| Hex | D5 | B7 | ED | A | 17 | 0 | 7 | 111 | 3C | 52 |
| Octal | 325 | 267 | 355 | 12 | 27 | 0 | 7 | 421 | 74 | 122 |
| Binary | 11010101 | 10110111 | 11101101 | 1010 | 10111 | 0 | 111 | 100010001 | 111100 | 1010010 |
Color Harmonies of #D5B7ED
Complementary color
Monochromatic Colors of #D5B7ED
Black with #D5B7ED
Text Example
Text Example
White with #D5B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B7ED; }
p { color: rgb(213,183,237); }
H1.HeaderClassName
{
color: #D5B7ED;
}
.AnyTagClassName
{
color: #D5B7ED;
}
</style>
background-color css
<style>
a { background-color: #D5B7ED; }
a { background-color: rgb(213,183,237); }
div.DivClassName
{
background-color: #D5B7ED;
}
.BgClassName
{
background-color: #D5B7ED;
}
</style>
border-color css
<style>
span { border-color: #D5B7ED; }
span { border-color: rgb(213,183,237); }
td.TdClassName
{
border-color: #D5B7ED;
}
.TagClassName
{
border-color: #D5B7ED;
}
</style>