Shades of Fog #D4BFFD
Tints of Fog #D4BFFD
RGB
CMYK
RGB Variations
Color information
#D4BFFD (or 0xD4BFFD) is known color: Fog. HEX triplet: D4, BF and FD. RGB value is (212,191,253). Sum of RGB (Red+Green+Blue) = 212+191+253=656 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.32% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BFFD is #2B4002. Grayscale: #CCCCCC. Windows color (decimal): -2834435 or 16629716. OLE color: 16629716.
HSL color Cylindrical-coordinate representation of color #D4BFFD: hue angle of 260.32º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4BFFD is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 191 | 253 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.01 |
| HSL | 260.32º | 0.94% | 0.87% | - |
| HSV(B) | 260.32º | 0.25% | 0.99% | - |
| XYZ | 63.51 | 58.35 | 100.84 | - |
| YUV | 204.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 253 | 0.16 | 0.25 | 0 | 0.01 | 260.32 | 0.94 | 0.87 |
| Hex | D4 | BF | FD | 10 | 19 | 0 | 1 | 104 | 5E | 57 |
| Octal | 324 | 277 | 375 | 20 | 31 | 0 | 1 | 404 | 136 | 127 |
| Binary | 11010100 | 10111111 | 11111101 | 10000 | 11001 | 0 | 1 | 100000100 | 1011110 | 1010111 |
Color Harmonies of #D4BFFD
Complementary color
Monochromatic Colors of #D4BFFD
Black with #D4BFFD
Text Example
Text Example
White with #D4BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BFFD; }
p { color: rgb(212,191,253); }
H1.HeaderClassName
{
color: #D4BFFD;
}
.AnyTagClassName
{
color: #D4BFFD;
}
</style>
background-color css
<style>
a { background-color: #D4BFFD; }
a { background-color: rgb(212,191,253); }
div.DivClassName
{
background-color: #D4BFFD;
}
.BgClassName
{
background-color: #D4BFFD;
}
</style>
border-color css
<style>
span { border-color: #D4BFFD; }
span { border-color: rgb(212,191,253); }
td.TdClassName
{
border-color: #D4BFFD;
}
.TagClassName
{
border-color: #D4BFFD;
}
</style>