Shades of Fog #D5BBEF
Tints of Fog #D5BBEF
RGB
CMYK
RGB Variations
Color information
#D5BBEF (or 0xD5BBEF) is known color: Fog. HEX triplet: D5, BB and EF. RGB value is (213,187,239). Sum of RGB (Red+Green+Blue) = 213+187+239=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBEF is #2A4410. Grayscale: #C8C8C8. Windows color (decimal): -2769937 or 15711189. OLE color: 15711189.
HSL color Cylindrical-coordinate representation of color #D5BBEF: hue angle of 270º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5BBEF is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 187 | 239 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.06 |
| HSL | 270º | 0.62% | 0.84% | - |
| HSV(B) | 270º | 0.22% | 0.94% | - |
| XYZ | 60.79 | 55.92 | 89.25 | - |
| YUV | 200.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 239 | 0.11 | 0.22 | 0 | 0.06 | 270 | 0.62 | 0.84 |
| Hex | D5 | BB | EF | B | 16 | 0 | 6 | 10E | 3E | 54 |
| Octal | 325 | 273 | 357 | 13 | 26 | 0 | 6 | 416 | 76 | 124 |
| Binary | 11010101 | 10111011 | 11101111 | 1011 | 10110 | 0 | 110 | 100001110 | 111110 | 1010100 |
Color Harmonies of #D5BBEF
Complementary color
Monochromatic Colors of #D5BBEF
Black with #D5BBEF
Text Example
Text Example
White with #D5BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBEF; }
p { color: rgb(213,187,239); }
H1.HeaderClassName
{
color: #D5BBEF;
}
.AnyTagClassName
{
color: #D5BBEF;
}
</style>
background-color css
<style>
a { background-color: #D5BBEF; }
a { background-color: rgb(213,187,239); }
div.DivClassName
{
background-color: #D5BBEF;
}
.BgClassName
{
background-color: #D5BBEF;
}
</style>
border-color css
<style>
span { border-color: #D5BBEF; }
span { border-color: rgb(213,187,239); }
td.TdClassName
{
border-color: #D5BBEF;
}
.TagClassName
{
border-color: #D5BBEF;
}
</style>