Shades of Fog #D5BBEE
Tints of Fog #D5BBEE
RGB
CMYK
RGB Variations
Color information
#D5BBEE (or 0xD5BBEE) is known color: Fog. HEX triplet: D5, BB and EE. RGB value is (213,187,238). Sum of RGB (Red+Green+Blue) = 213+187+238=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBEE is #2A4411. Grayscale: #C8C8C8. Windows color (decimal): -2769938 or 15645653. OLE color: 15645653.
HSL color Cylindrical-coordinate representation of color #D5BBEE: hue angle of 270.59º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5BBEE is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 187 | 238 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.07 |
| HSL | 270.59º | 0.6% | 0.83% | - |
| HSV(B) | 270.59º | 0.21% | 0.93% | - |
| XYZ | 60.64 | 55.86 | 88.47 | - |
| YUV | 200.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 238 | 0.11 | 0.21 | 0 | 0.07 | 270.59 | 0.6 | 0.83 |
| Hex | D5 | BB | EE | B | 15 | 0 | 7 | 10F | 3C | 53 |
| Octal | 325 | 273 | 356 | 13 | 25 | 0 | 7 | 417 | 74 | 123 |
| Binary | 11010101 | 10111011 | 11101110 | 1011 | 10101 | 0 | 111 | 100001111 | 111100 | 1010011 |
Color Harmonies of #D5BBEE
Complementary color
Monochromatic Colors of #D5BBEE
Black with #D5BBEE
Text Example
Text Example
White with #D5BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBEE; }
p { color: rgb(213,187,238); }
H1.HeaderClassName
{
color: #D5BBEE;
}
.AnyTagClassName
{
color: #D5BBEE;
}
</style>
background-color css
<style>
a { background-color: #D5BBEE; }
a { background-color: rgb(213,187,238); }
div.DivClassName
{
background-color: #D5BBEE;
}
.BgClassName
{
background-color: #D5BBEE;
}
</style>
border-color css
<style>
span { border-color: #D5BBEE; }
span { border-color: rgb(213,187,238); }
td.TdClassName
{
border-color: #D5BBEE;
}
.TagClassName
{
border-color: #D5BBEE;
}
</style>