Shades of Fog #D5BBF4
Tints of Fog #D5BBF4
RGB
CMYK
RGB Variations
Color information
#D5BBF4 (or 0xD5BBF4) is known color: Fog. HEX triplet: D5, BB and F4. RGB value is (213,187,244). Sum of RGB (Red+Green+Blue) = 213+187+244=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 244 (95.70% from 255 or 37.89% from 644); Max value from RGB is 244 - color contains mainly: blue. Hex color #D5BBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBF4 is #2A440B. Grayscale: #C9C9C9. Windows color (decimal): -2769932 or 16038869. OLE color: 16038869.
HSL color Cylindrical-coordinate representation of color #D5BBF4: hue angle of 267.37º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5BBF4 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 187 | 244 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.04 |
| HSL | 267.37º | 0.72% | 0.85% | - |
| HSV(B) | 267.37º | 0.23% | 0.96% | - |
| XYZ | 61.54 | 56.22 | 93.2 | - |
| YUV | 201.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 244 | 0.13 | 0.23 | 0 | 0.04 | 267.37 | 0.72 | 0.85 |
| Hex | D5 | BB | F4 | D | 17 | 0 | 4 | 10B | 48 | 55 |
| Octal | 325 | 273 | 364 | 15 | 27 | 0 | 4 | 413 | 110 | 125 |
| Binary | 11010101 | 10111011 | 11110100 | 1101 | 10111 | 0 | 100 | 100001011 | 1001000 | 1010101 |
Color Harmonies of #D5BBF4
Complementary color
Monochromatic Colors of #D5BBF4
Black with #D5BBF4
Text Example
Text Example
White with #D5BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBF4; }
p { color: rgb(213,187,244); }
H1.HeaderClassName
{
color: #D5BBF4;
}
.AnyTagClassName
{
color: #D5BBF4;
}
</style>
background-color css
<style>
a { background-color: #D5BBF4; }
a { background-color: rgb(213,187,244); }
div.DivClassName
{
background-color: #D5BBF4;
}
.BgClassName
{
background-color: #D5BBF4;
}
</style>
border-color css
<style>
span { border-color: #D5BBF4; }
span { border-color: rgb(213,187,244); }
td.TdClassName
{
border-color: #D5BBF4;
}
.TagClassName
{
border-color: #D5BBF4;
}
</style>