Shades of Fog #D4BDF9
Tints of Fog #D4BDF9
RGB
CMYK
RGB Variations
Color information
#D4BDF9 (or 0xD4BDF9) is known color: Fog. HEX triplet: D4, BD and F9. RGB value is (212,189,249). Sum of RGB (Red+Green+Blue) = 212+189+249=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #D4BDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BDF9 is #2B4206. Grayscale: #CACACA. Windows color (decimal): -2834951 or 16367060. OLE color: 16367060.
HSL color Cylindrical-coordinate representation of color #D4BDF9: hue angle of 263º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4BDF9 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 189 | 249 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.02 |
| HSL | 263º | 0.83% | 0.86% | - |
| HSV(B) | 263º | 0.24% | 0.98% | - |
| XYZ | 62.45 | 57.23 | 97.38 | - |
| YUV | 202.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 249 | 0.15 | 0.24 | 0 | 0.02 | 263 | 0.83 | 0.86 |
| Hex | D4 | BD | F9 | F | 18 | 0 | 2 | 107 | 53 | 56 |
| Octal | 324 | 275 | 371 | 17 | 30 | 0 | 2 | 407 | 123 | 126 |
| Binary | 11010100 | 10111101 | 11111001 | 1111 | 11000 | 0 | 10 | 100000111 | 1010011 | 1010110 |
Color Harmonies of #D4BDF9
Complementary color
Monochromatic Colors of #D4BDF9
Black with #D4BDF9
Text Example
Text Example
White with #D4BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDF9; }
p { color: rgb(212,189,249); }
H1.HeaderClassName
{
color: #D4BDF9;
}
.AnyTagClassName
{
color: #D4BDF9;
}
</style>
background-color css
<style>
a { background-color: #D4BDF9; }
a { background-color: rgb(212,189,249); }
div.DivClassName
{
background-color: #D4BDF9;
}
.BgClassName
{
background-color: #D4BDF9;
}
</style>
border-color css
<style>
span { border-color: #D4BDF9; }
span { border-color: rgb(212,189,249); }
td.TdClassName
{
border-color: #D4BDF9;
}
.TagClassName
{
border-color: #D4BDF9;
}
</style>