Shades of Fog #D4BAF0
Tints of Fog #D4BAF0
RGB
CMYK
RGB Variations
Color information
#D4BAF0 (or 0xD4BAF0) is known color: Fog. HEX triplet: D4, BA and F0. RGB value is (212,186,240). Sum of RGB (Red+Green+Blue) = 212+186+240=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAF0 is #2B450F. Grayscale: #C7C7C7. Windows color (decimal): -2835728 or 15776468. OLE color: 15776468.
HSL color Cylindrical-coordinate representation of color #D4BAF0: hue angle of 268.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4BAF0 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 186 | 240 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.06 |
| HSL | 268.89º | 0.64% | 0.84% | - |
| HSV(B) | 268.89º | 0.23% | 0.94% | - |
| XYZ | 60.44 | 55.41 | 89.95 | - |
| YUV | 199.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 240 | 0.12 | 0.22 | 0 | 0.06 | 268.89 | 0.64 | 0.84 |
| Hex | D4 | BA | F0 | C | 16 | 0 | 6 | 10D | 40 | 54 |
| Octal | 324 | 272 | 360 | 14 | 26 | 0 | 6 | 415 | 100 | 124 |
| Binary | 11010100 | 10111010 | 11110000 | 1100 | 10110 | 0 | 110 | 100001101 | 1000000 | 1010100 |
Color Harmonies of #D4BAF0
Complementary color
Monochromatic Colors of #D4BAF0
Black with #D4BAF0
Text Example
Text Example
White with #D4BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BAF0; }
p { color: rgb(212,186,240); }
H1.HeaderClassName
{
color: #D4BAF0;
}
.AnyTagClassName
{
color: #D4BAF0;
}
</style>
background-color css
<style>
a { background-color: #D4BAF0; }
a { background-color: rgb(212,186,240); }
div.DivClassName
{
background-color: #D4BAF0;
}
.BgClassName
{
background-color: #D4BAF0;
}
</style>
border-color css
<style>
span { border-color: #D4BAF0; }
span { border-color: rgb(212,186,240); }
td.TdClassName
{
border-color: #D4BAF0;
}
.TagClassName
{
border-color: #D4BAF0;
}
</style>