Shades of Fog #D4BCFD
Tints of Fog #D4BCFD
RGB
CMYK
RGB Variations
Color information
#D4BCFD (or 0xD4BCFD) is known color: Fog. HEX triplet: D4, BC and FD. RGB value is (212,188,253). Sum of RGB (Red+Green+Blue) = 212+188+253=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BCFD is #2B4302. Grayscale: #CACACA. Windows color (decimal): -2835203 or 16628948. OLE color: 16628948.
HSL color Cylindrical-coordinate representation of color #D4BCFD: hue angle of 262.15º 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 #D4BCFD is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 188 | 253 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.01 |
| HSL | 262.15º | 0.94% | 0.86% | - |
| HSV(B) | 262.15º | 0.26% | 0.99% | - |
| XYZ | 62.86 | 57.06 | 100.63 | - |
| YUV | 202.59 | 156.45 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 253 | 0.16 | 0.26 | 0 | 0.01 | 262.15 | 0.94 | 0.86 |
| Hex | D4 | BC | FD | 10 | 1A | 0 | 1 | 106 | 5E | 56 |
| Octal | 324 | 274 | 375 | 20 | 32 | 0 | 1 | 406 | 136 | 126 |
| Binary | 11010100 | 10111100 | 11111101 | 10000 | 11010 | 0 | 1 | 100000110 | 1011110 | 1010110 |
Color Harmonies of #D4BCFD
Complementary color
Monochromatic Colors of #D4BCFD
Black with #D4BCFD
Text Example
Text Example
White with #D4BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCFD; }
p { color: rgb(212,188,253); }
H1.HeaderClassName
{
color: #D4BCFD;
}
.AnyTagClassName
{
color: #D4BCFD;
}
</style>
background-color css
<style>
a { background-color: #D4BCFD; }
a { background-color: rgb(212,188,253); }
div.DivClassName
{
background-color: #D4BCFD;
}
.BgClassName
{
background-color: #D4BCFD;
}
</style>
border-color css
<style>
span { border-color: #D4BCFD; }
span { border-color: rgb(212,188,253); }
td.TdClassName
{
border-color: #D4BCFD;
}
.TagClassName
{
border-color: #D4BCFD;
}
</style>