Shades of Fog #D5BBFC
Tints of Fog #D5BBFC
RGB
CMYK
RGB Variations
Color information
#D5BBFC (or 0xD5BBFC) is known color: Fog. HEX triplet: D5, BB and FC. RGB value is (213,187,252). Sum of RGB (Red+Green+Blue) = 213+187+252=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBFC is #2A4403. Grayscale: #C9C9C9. Windows color (decimal): -2769924 or 16563157. OLE color: 16563157.
HSL color Cylindrical-coordinate representation of color #D5BBFC: hue angle of 264º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5BBFC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 187 | 252 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.01 |
| HSL | 264º | 0.92% | 0.86% | - |
| HSV(B) | 264º | 0.26% | 0.99% | - |
| XYZ | 62.78 | 56.72 | 99.73 | - |
| YUV | 202.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 252 | 0.15 | 0.26 | 0 | 0.01 | 264 | 0.92 | 0.86 |
| Hex | D5 | BB | FC | F | 1A | 0 | 1 | 108 | 5C | 56 |
| Octal | 325 | 273 | 374 | 17 | 32 | 0 | 1 | 410 | 134 | 126 |
| Binary | 11010101 | 10111011 | 11111100 | 1111 | 11010 | 0 | 1 | 100001000 | 1011100 | 1010110 |
Color Harmonies of #D5BBFC
Complementary color
Monochromatic Colors of #D5BBFC
Black with #D5BBFC
Text Example
Text Example
White with #D5BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBFC; }
p { color: rgb(213,187,252); }
H1.HeaderClassName
{
color: #D5BBFC;
}
.AnyTagClassName
{
color: #D5BBFC;
}
</style>
background-color css
<style>
a { background-color: #D5BBFC; }
a { background-color: rgb(213,187,252); }
div.DivClassName
{
background-color: #D5BBFC;
}
.BgClassName
{
background-color: #D5BBFC;
}
</style>
border-color css
<style>
span { border-color: #D5BBFC; }
span { border-color: rgb(213,187,252); }
td.TdClassName
{
border-color: #D5BBFC;
}
.TagClassName
{
border-color: #D5BBFC;
}
</style>