Shades of Fog #D5B8EB
Tints of Fog #D5B8EB
RGB
CMYK
RGB Variations
Color information
#D5B8EB (or 0xD5B8EB) is known color: Fog. HEX triplet: D5, B8 and EB. RGB value is (213,184,235). Sum of RGB (Red+Green+Blue) = 213+184+235=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 184 (72.27% from 255 or 29.11% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B8EB is #2A4714. Grayscale: #C6C6C6. Windows color (decimal): -2770709 or 15448277. OLE color: 15448277.
HSL color Cylindrical-coordinate representation of color #D5B8EB: hue angle of 274.12º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5B8EB is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 184 | 235 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.08 |
| HSL | 274.12º | 0.56% | 0.82% | - |
| HSV(B) | 274.12º | 0.22% | 0.92% | - |
| XYZ | 59.58 | 54.43 | 85.96 | - |
| YUV | 198.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 235 | 0.09 | 0.22 | 0 | 0.08 | 274.12 | 0.56 | 0.82 |
| Hex | D5 | B8 | EB | 9 | 16 | 0 | 8 | 112 | 38 | 52 |
| Octal | 325 | 270 | 353 | 11 | 26 | 0 | 10 | 422 | 70 | 122 |
| Binary | 11010101 | 10111000 | 11101011 | 1001 | 10110 | 0 | 1000 | 100010010 | 111000 | 1010010 |
Color Harmonies of #D5B8EB
Complementary color
Monochromatic Colors of #D5B8EB
Black with #D5B8EB
Text Example
Text Example
White with #D5B8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B8EB; }
p { color: rgb(213,184,235); }
H1.HeaderClassName
{
color: #D5B8EB;
}
.AnyTagClassName
{
color: #D5B8EB;
}
</style>
background-color css
<style>
a { background-color: #D5B8EB; }
a { background-color: rgb(213,184,235); }
div.DivClassName
{
background-color: #D5B8EB;
}
.BgClassName
{
background-color: #D5B8EB;
}
</style>
border-color css
<style>
span { border-color: #D5B8EB; }
span { border-color: rgb(213,184,235); }
td.TdClassName
{
border-color: #D5B8EB;
}
.TagClassName
{
border-color: #D5B8EB;
}
</style>