Shades of Fog #D5BBE6
Tints of Fog #D5BBE6
RGB
CMYK
RGB Variations
Color information
#D5BBE6 (or 0xD5BBE6) is known color: Fog. HEX triplet: D5, BB and E6. RGB value is (213,187,230). Sum of RGB (Red+Green+Blue) = 213+187+230=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #D5BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBE6 is #2A4419. Grayscale: #C7C7C7. Windows color (decimal): -2769946 or 15121365. OLE color: 15121365.
HSL color Cylindrical-coordinate representation of color #D5BBE6: hue angle of 276.28º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5BBE6 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 187 | 230 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.10 |
| HSL | 276.28º | 0.46% | 0.82% | - |
| HSV(B) | 276.28º | 0.19% | 0.9% | - |
| XYZ | 59.49 | 55.4 | 82.42 | - |
| YUV | 199.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 230 | 0.07 | 0.19 | 0 | 0.10 | 276.28 | 0.46 | 0.82 |
| Hex | D5 | BB | E6 | 7 | 13 | 0 | A | 114 | 2E | 52 |
| Octal | 325 | 273 | 346 | 7 | 23 | 0 | 12 | 424 | 56 | 122 |
| Binary | 11010101 | 10111011 | 11100110 | 111 | 10011 | 0 | 1010 | 100010100 | 101110 | 1010010 |
Color Harmonies of #D5BBE6
Complementary color
Monochromatic Colors of #D5BBE6
Black with #D5BBE6
Text Example
Text Example
White with #D5BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBE6; }
p { color: rgb(213,187,230); }
H1.HeaderClassName
{
color: #D5BBE6;
}
.AnyTagClassName
{
color: #D5BBE6;
}
</style>
background-color css
<style>
a { background-color: #D5BBE6; }
a { background-color: rgb(213,187,230); }
div.DivClassName
{
background-color: #D5BBE6;
}
.BgClassName
{
background-color: #D5BBE6;
}
</style>
border-color css
<style>
span { border-color: #D5BBE6; }
span { border-color: rgb(213,187,230); }
td.TdClassName
{
border-color: #D5BBE6;
}
.TagClassName
{
border-color: #D5BBE6;
}
</style>