Shades of Fog #D4BAEF
Tints of Fog #D4BAEF
RGB
CMYK
RGB Variations
Color information
#D4BAEF (or 0xD4BAEF) is known color: Fog. HEX triplet: D4, BA and EF. RGB value is (212,186,239). Sum of RGB (Red+Green+Blue) = 212+186+239=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAEF is #2B4510. Grayscale: #C7C7C7. Windows color (decimal): -2835729 or 15710932. OLE color: 15710932.
HSL color Cylindrical-coordinate representation of color #D4BAEF: hue angle of 269.43º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4BAEF is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 186 | 239 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.06 |
| HSL | 269.43º | 0.62% | 0.83% | - |
| HSV(B) | 269.43º | 0.22% | 0.94% | - |
| XYZ | 60.29 | 55.35 | 89.17 | - |
| YUV | 199.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 239 | 0.11 | 0.22 | 0 | 0.06 | 269.43 | 0.62 | 0.83 |
| Hex | D4 | BA | EF | B | 16 | 0 | 6 | 10D | 3E | 53 |
| Octal | 324 | 272 | 357 | 13 | 26 | 0 | 6 | 415 | 76 | 123 |
| Binary | 11010100 | 10111010 | 11101111 | 1011 | 10110 | 0 | 110 | 100001101 | 111110 | 1010011 |
Color Harmonies of #D4BAEF
Complementary color
Monochromatic Colors of #D4BAEF
Black with #D4BAEF
Text Example
Text Example
White with #D4BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BAEF; }
p { color: rgb(212,186,239); }
H1.HeaderClassName
{
color: #D4BAEF;
}
.AnyTagClassName
{
color: #D4BAEF;
}
</style>
background-color css
<style>
a { background-color: #D4BAEF; }
a { background-color: rgb(212,186,239); }
div.DivClassName
{
background-color: #D4BAEF;
}
.BgClassName
{
background-color: #D4BAEF;
}
</style>
border-color css
<style>
span { border-color: #D4BAEF; }
span { border-color: rgb(212,186,239); }
td.TdClassName
{
border-color: #D4BAEF;
}
.TagClassName
{
border-color: #D4BAEF;
}
</style>