Shades of Fog #D4B9F1
Tints of Fog #D4B9F1
RGB
CMYK
RGB Variations
Color information
#D4B9F1 (or 0xD4B9F1) is known color: Fog. HEX triplet: D4, B9 and F1. RGB value is (212,185,241). Sum of RGB (Red+Green+Blue) = 212+185+241=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4B9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B9F1 is #2B460E. Grayscale: #C7C7C7. Windows color (decimal): -2835983 or 15841748. OLE color: 15841748.
HSL color Cylindrical-coordinate representation of color #D4B9F1: hue angle of 268.93º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4B9F1 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 185 | 241 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.05 |
| HSL | 268.93º | 0.67% | 0.84% | - |
| HSV(B) | 268.93º | 0.23% | 0.95% | - |
| XYZ | 60.38 | 55.05 | 90.66 | - |
| YUV | 199.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 241 | 0.12 | 0.23 | 0 | 0.05 | 268.93 | 0.67 | 0.84 |
| Hex | D4 | B9 | F1 | C | 17 | 0 | 5 | 10D | 43 | 54 |
| Octal | 324 | 271 | 361 | 14 | 27 | 0 | 5 | 415 | 103 | 124 |
| Binary | 11010100 | 10111001 | 11110001 | 1100 | 10111 | 0 | 101 | 100001101 | 1000011 | 1010100 |
Color Harmonies of #D4B9F1
Complementary color
Monochromatic Colors of #D4B9F1
Black with #D4B9F1
Text Example
Text Example
White with #D4B9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B9F1; }
p { color: rgb(212,185,241); }
H1.HeaderClassName
{
color: #D4B9F1;
}
.AnyTagClassName
{
color: #D4B9F1;
}
</style>
background-color css
<style>
a { background-color: #D4B9F1; }
a { background-color: rgb(212,185,241); }
div.DivClassName
{
background-color: #D4B9F1;
}
.BgClassName
{
background-color: #D4B9F1;
}
</style>
border-color css
<style>
span { border-color: #D4B9F1; }
span { border-color: rgb(212,185,241); }
td.TdClassName
{
border-color: #D4B9F1;
}
.TagClassName
{
border-color: #D4B9F1;
}
</style>