Shades of Fog #D4BDF7
Tints of Fog #D4BDF7
RGB
CMYK
RGB Variations
Color information
#D4BDF7 (or 0xD4BDF7) is known color: Fog. HEX triplet: D4, BD and F7. RGB value is (212,189,247). Sum of RGB (Red+Green+Blue) = 212+189+247=648 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.72% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 247 (96.88% from 255 or 38.12% from 648); Max value from RGB is 247 - color contains mainly: blue. Hex color #D4BDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BDF7 is #2B4208. Grayscale: #CACACA. Windows color (decimal): -2834953 or 16235988. OLE color: 16235988.
HSL color Cylindrical-coordinate representation of color #D4BDF7: hue angle of 263.79º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4BDF7 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 189 | 247 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.03 |
| HSL | 263.79º | 0.78% | 0.85% | - |
| HSV(B) | 263.79º | 0.23% | 0.97% | - |
| XYZ | 62.14 | 57.11 | 95.74 | - |
| YUV | 202.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 247 | 0.14 | 0.23 | 0 | 0.03 | 263.79 | 0.78 | 0.85 |
| Hex | D4 | BD | F7 | E | 17 | 0 | 3 | 108 | 4E | 55 |
| Octal | 324 | 275 | 367 | 16 | 27 | 0 | 3 | 410 | 116 | 125 |
| Binary | 11010100 | 10111101 | 11110111 | 1110 | 10111 | 0 | 11 | 100001000 | 1001110 | 1010101 |
Color Harmonies of #D4BDF7
Complementary color
Monochromatic Colors of #D4BDF7
Black with #D4BDF7
Text Example
Text Example
White with #D4BDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDF7; }
p { color: rgb(212,189,247); }
H1.HeaderClassName
{
color: #D4BDF7;
}
.AnyTagClassName
{
color: #D4BDF7;
}
</style>
background-color css
<style>
a { background-color: #D4BDF7; }
a { background-color: rgb(212,189,247); }
div.DivClassName
{
background-color: #D4BDF7;
}
.BgClassName
{
background-color: #D4BDF7;
}
</style>
border-color css
<style>
span { border-color: #D4BDF7; }
span { border-color: rgb(212,189,247); }
td.TdClassName
{
border-color: #D4BDF7;
}
.TagClassName
{
border-color: #D4BDF7;
}
</style>