Shades of Fog #D5B9EF
Tints of Fog #D5B9EF
RGB
CMYK
RGB Variations
Color information
#D5B9EF (or 0xD5B9EF) is known color: Fog. HEX triplet: D5, B9 and EF. RGB value is (213,185,239). Sum of RGB (Red+Green+Blue) = 213+185+239=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B9EF is #2A4610. Grayscale: #C7C7C7. Windows color (decimal): -2770449 or 15710677. OLE color: 15710677.
HSL color Cylindrical-coordinate representation of color #D5B9EF: hue angle of 271.11º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5B9EF is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 185 | 239 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.06 |
| HSL | 271.11º | 0.63% | 0.83% | - |
| HSV(B) | 271.11º | 0.23% | 0.94% | - |
| XYZ | 60.37 | 55.08 | 89.11 | - |
| YUV | 199.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 239 | 0.11 | 0.23 | 0 | 0.06 | 271.11 | 0.63 | 0.83 |
| Hex | D5 | B9 | EF | B | 17 | 0 | 6 | 10F | 3F | 53 |
| Octal | 325 | 271 | 357 | 13 | 27 | 0 | 6 | 417 | 77 | 123 |
| Binary | 11010101 | 10111001 | 11101111 | 1011 | 10111 | 0 | 110 | 100001111 | 111111 | 1010011 |
Color Harmonies of #D5B9EF
Complementary color
Monochromatic Colors of #D5B9EF
Black with #D5B9EF
Text Example
Text Example
White with #D5B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B9EF; }
p { color: rgb(213,185,239); }
H1.HeaderClassName
{
color: #D5B9EF;
}
.AnyTagClassName
{
color: #D5B9EF;
}
</style>
background-color css
<style>
a { background-color: #D5B9EF; }
a { background-color: rgb(213,185,239); }
div.DivClassName
{
background-color: #D5B9EF;
}
.BgClassName
{
background-color: #D5B9EF;
}
</style>
border-color css
<style>
span { border-color: #D5B9EF; }
span { border-color: rgb(213,185,239); }
td.TdClassName
{
border-color: #D5B9EF;
}
.TagClassName
{
border-color: #D5B9EF;
}
</style>