Shades of Fog #D4BAF6
Tints of Fog #D4BAF6
RGB
CMYK
RGB Variations
Color information
#D4BAF6 (or 0xD4BAF6) is known color: Fog. HEX triplet: D4, BA and F6. RGB value is (212,186,246). Sum of RGB (Red+Green+Blue) = 212+186+246=644 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.92% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAF6 is #2B4509. Grayscale: #C8C8C8. Windows color (decimal): -2835722 or 16169684. OLE color: 16169684.
HSL color Cylindrical-coordinate representation of color #D4BAF6: hue angle of 266º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4BAF6 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 186 | 246 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.04 |
| HSL | 266º | 0.77% | 0.85% | - |
| HSV(B) | 266º | 0.24% | 0.96% | - |
| XYZ | 61.34 | 55.77 | 94.72 | - |
| YUV | 200.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 246 | 0.14 | 0.24 | 0 | 0.04 | 266 | 0.77 | 0.85 |
| Hex | D4 | BA | F6 | E | 18 | 0 | 4 | 10A | 4D | 55 |
| Octal | 324 | 272 | 366 | 16 | 30 | 0 | 4 | 412 | 115 | 125 |
| Binary | 11010100 | 10111010 | 11110110 | 1110 | 11000 | 0 | 100 | 100001010 | 1001101 | 1010101 |
Color Harmonies of #D4BAF6
Complementary color
Monochromatic Colors of #D4BAF6
Black with #D4BAF6
Text Example
Text Example
White with #D4BAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BAF6; }
p { color: rgb(212,186,246); }
H1.HeaderClassName
{
color: #D4BAF6;
}
.AnyTagClassName
{
color: #D4BAF6;
}
</style>
background-color css
<style>
a { background-color: #D4BAF6; }
a { background-color: rgb(212,186,246); }
div.DivClassName
{
background-color: #D4BAF6;
}
.BgClassName
{
background-color: #D4BAF6;
}
</style>
border-color css
<style>
span { border-color: #D4BAF6; }
span { border-color: rgb(212,186,246); }
td.TdClassName
{
border-color: #D4BAF6;
}
.TagClassName
{
border-color: #D4BAF6;
}
</style>