Shades of Fog #D4BBFD
Tints of Fog #D4BBFD
RGB
CMYK
RGB Variations
Color information
#D4BBFD (or 0xD4BBFD) is known color: Fog. HEX triplet: D4, BB and FD. RGB value is (212,187,253). Sum of RGB (Red+Green+Blue) = 212+187+253=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BBFD is #2B4402. Grayscale: #C9C9C9. Windows color (decimal): -2835459 or 16628692. OLE color: 16628692.
HSL color Cylindrical-coordinate representation of color #D4BBFD: hue angle of 262.73º degrees, saturation: 0.94, 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 #D4BBFD is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 187 | 253 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.01 |
| HSL | 262.73º | 0.94% | 0.86% | - |
| HSV(B) | 262.73º | 0.26% | 0.99% | - |
| XYZ | 62.65 | 56.63 | 100.56 | - |
| YUV | 202 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 253 | 0.16 | 0.26 | 0 | 0.01 | 262.73 | 0.94 | 0.86 |
| Hex | D4 | BB | FD | 10 | 1A | 0 | 1 | 107 | 5E | 56 |
| Octal | 324 | 273 | 375 | 20 | 32 | 0 | 1 | 407 | 136 | 126 |
| Binary | 11010100 | 10111011 | 11111101 | 10000 | 11010 | 0 | 1 | 100000111 | 1011110 | 1010110 |
Color Harmonies of #D4BBFD
Complementary color
Monochromatic Colors of #D4BBFD
Black with #D4BBFD
Text Example
Text Example
White with #D4BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBFD; }
p { color: rgb(212,187,253); }
H1.HeaderClassName
{
color: #D4BBFD;
}
.AnyTagClassName
{
color: #D4BBFD;
}
</style>
background-color css
<style>
a { background-color: #D4BBFD; }
a { background-color: rgb(212,187,253); }
div.DivClassName
{
background-color: #D4BBFD;
}
.BgClassName
{
background-color: #D4BBFD;
}
</style>
border-color css
<style>
span { border-color: #D4BBFD; }
span { border-color: rgb(212,187,253); }
td.TdClassName
{
border-color: #D4BBFD;
}
.TagClassName
{
border-color: #D4BBFD;
}
</style>