Shades of Fog #D5B6ED
Tints of Fog #D5B6ED
RGB
CMYK
RGB Variations
Color information
#D5B6ED (or 0xD5B6ED) is known color: Fog. HEX triplet: D5, B6 and ED. RGB value is (213,182,237). Sum of RGB (Red+Green+Blue) = 213+182+237=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 182 (71.48% from 255 or 28.80% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5B6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B6ED is #2A4912. Grayscale: #C5C5C5. Windows color (decimal): -2771219 or 15578837. OLE color: 15578837.
HSL color Cylindrical-coordinate representation of color #D5B6ED: hue angle of 273.82º 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 #D5B6ED is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 182 | 237 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.07 |
| HSL | 273.82º | 0.6% | 0.82% | - |
| HSV(B) | 273.82º | 0.23% | 0.93% | - |
| XYZ | 59.45 | 53.72 | 87.36 | - |
| YUV | 197.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 182 | 237 | 0.10 | 0.23 | 0 | 0.07 | 273.82 | 0.6 | 0.82 |
| Hex | D5 | B6 | ED | A | 17 | 0 | 7 | 112 | 3C | 52 |
| Octal | 325 | 266 | 355 | 12 | 27 | 0 | 7 | 422 | 74 | 122 |
| Binary | 11010101 | 10110110 | 11101101 | 1010 | 10111 | 0 | 111 | 100010010 | 111100 | 1010010 |
Color Harmonies of #D5B6ED
Complementary color
Monochromatic Colors of #D5B6ED
Black with #D5B6ED
Text Example
Text Example
White with #D5B6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B6ED; }
p { color: rgb(213,182,237); }
H1.HeaderClassName
{
color: #D5B6ED;
}
.AnyTagClassName
{
color: #D5B6ED;
}
</style>
background-color css
<style>
a { background-color: #D5B6ED; }
a { background-color: rgb(213,182,237); }
div.DivClassName
{
background-color: #D5B6ED;
}
.BgClassName
{
background-color: #D5B6ED;
}
</style>
border-color css
<style>
span { border-color: #D5B6ED; }
span { border-color: rgb(213,182,237); }
td.TdClassName
{
border-color: #D5B6ED;
}
.TagClassName
{
border-color: #D5B6ED;
}
</style>