Shades of Fog #D4BAF1
Tints of Fog #D4BAF1
RGB
CMYK
RGB Variations
Color information
#D4BAF1 (or 0xD4BAF1) is known color: Fog. HEX triplet: D4, BA and F1. RGB value is (212,186,241). Sum of RGB (Red+Green+Blue) = 212+186+241=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAF1 is #2B450E. Grayscale: #C7C7C7. Windows color (decimal): -2835727 or 15842004. OLE color: 15842004.
HSL color Cylindrical-coordinate representation of color #D4BAF1: hue angle of 268.36º degrees, saturation: 0.66, 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 #D4BAF1 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 186 | 241 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.05 |
| HSL | 268.36º | 0.66% | 0.84% | - |
| HSV(B) | 268.36º | 0.23% | 0.95% | - |
| XYZ | 60.59 | 55.47 | 90.73 | - |
| YUV | 200.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 241 | 0.12 | 0.23 | 0 | 0.05 | 268.36 | 0.66 | 0.84 |
| Hex | D4 | BA | F1 | C | 17 | 0 | 5 | 10C | 42 | 54 |
| Octal | 324 | 272 | 361 | 14 | 27 | 0 | 5 | 414 | 102 | 124 |
| Binary | 11010100 | 10111010 | 11110001 | 1100 | 10111 | 0 | 101 | 100001100 | 1000010 | 1010100 |
Color Harmonies of #D4BAF1
Complementary color
Monochromatic Colors of #D4BAF1
Black with #D4BAF1
Text Example
Text Example
White with #D4BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BAF1; }
p { color: rgb(212,186,241); }
H1.HeaderClassName
{
color: #D4BAF1;
}
.AnyTagClassName
{
color: #D4BAF1;
}
</style>
background-color css
<style>
a { background-color: #D4BAF1; }
a { background-color: rgb(212,186,241); }
div.DivClassName
{
background-color: #D4BAF1;
}
.BgClassName
{
background-color: #D4BAF1;
}
</style>
border-color css
<style>
span { border-color: #D4BAF1; }
span { border-color: rgb(212,186,241); }
td.TdClassName
{
border-color: #D4BAF1;
}
.TagClassName
{
border-color: #D4BAF1;
}
</style>