Shades of Fog #D5B5E9
Tints of Fog #D5B5E9
RGB
CMYK
RGB Variations
Color information
#D5B5E9 (or 0xD5B5E9) is known color: Fog. HEX triplet: D5, B5 and E9. RGB value is (213,181,233). Sum of RGB (Red+Green+Blue) = 213+181+233=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #D5B5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B5E9 is #2A4A16. Grayscale: #C4C4C4. Windows color (decimal): -2771479 or 15316437. OLE color: 15316437.
HSL color Cylindrical-coordinate representation of color #D5B5E9: hue angle of 276.92º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5B5E9 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 181 | 233 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.09 |
| HSL | 276.92º | 0.54% | 0.81% | - |
| HSV(B) | 276.92º | 0.22% | 0.91% | - |
| XYZ | 58.67 | 53.08 | 84.24 | - |
| YUV | 196.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 181 | 233 | 0.09 | 0.22 | 0 | 0.09 | 276.92 | 0.54 | 0.81 |
| Hex | D5 | B5 | E9 | 9 | 16 | 0 | 9 | 115 | 36 | 51 |
| Octal | 325 | 265 | 351 | 11 | 26 | 0 | 11 | 425 | 66 | 121 |
| Binary | 11010101 | 10110101 | 11101001 | 1001 | 10110 | 0 | 1001 | 100010101 | 110110 | 1010001 |
Color Harmonies of #D5B5E9
Complementary color
Monochromatic Colors of #D5B5E9
Black with #D5B5E9
Text Example
Text Example
White with #D5B5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B5E9; }
p { color: rgb(213,181,233); }
H1.HeaderClassName
{
color: #D5B5E9;
}
.AnyTagClassName
{
color: #D5B5E9;
}
</style>
background-color css
<style>
a { background-color: #D5B5E9; }
a { background-color: rgb(213,181,233); }
div.DivClassName
{
background-color: #D5B5E9;
}
.BgClassName
{
background-color: #D5B5E9;
}
</style>
border-color css
<style>
span { border-color: #D5B5E9; }
span { border-color: rgb(213,181,233); }
td.TdClassName
{
border-color: #D5B5E9;
}
.TagClassName
{
border-color: #D5B5E9;
}
</style>