Shades of Fog #D5B7E8
Tints of Fog #D5B7E8
RGB
CMYK
RGB Variations
Color information
#D5B7E8 (or 0xD5B7E8) is known color: Fog. HEX triplet: D5, B7 and E8. RGB value is (213,183,232). Sum of RGB (Red+Green+Blue) = 213+183+232=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #D5B7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B7E8 is #2A4817. Grayscale: #C5C5C5. Windows color (decimal): -2770968 or 15251413. OLE color: 15251413.
HSL color Cylindrical-coordinate representation of color #D5B7E8: hue angle of 276.73º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5B7E8 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 183 | 232 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.09 |
| HSL | 276.73º | 0.52% | 0.81% | - |
| HSV(B) | 276.73º | 0.21% | 0.91% | - |
| XYZ | 58.94 | 53.84 | 83.63 | - |
| YUV | 197.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 232 | 0.08 | 0.21 | 0 | 0.09 | 276.73 | 0.52 | 0.81 |
| Hex | D5 | B7 | E8 | 8 | 15 | 0 | 9 | 115 | 34 | 51 |
| Octal | 325 | 267 | 350 | 10 | 25 | 0 | 11 | 425 | 64 | 121 |
| Binary | 11010101 | 10110111 | 11101000 | 1000 | 10101 | 0 | 1001 | 100010101 | 110100 | 1010001 |
Color Harmonies of #D5B7E8
Complementary color
Monochromatic Colors of #D5B7E8
Black with #D5B7E8
Text Example
Text Example
White with #D5B7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B7E8; }
p { color: rgb(213,183,232); }
H1.HeaderClassName
{
color: #D5B7E8;
}
.AnyTagClassName
{
color: #D5B7E8;
}
</style>
background-color css
<style>
a { background-color: #D5B7E8; }
a { background-color: rgb(213,183,232); }
div.DivClassName
{
background-color: #D5B7E8;
}
.BgClassName
{
background-color: #D5B7E8;
}
</style>
border-color css
<style>
span { border-color: #D5B7E8; }
span { border-color: rgb(213,183,232); }
td.TdClassName
{
border-color: #D5B7E8;
}
.TagClassName
{
border-color: #D5B7E8;
}
</style>