Shades of Fog #D4BAE8
Tints of Fog #D4BAE8
RGB
CMYK
RGB Variations
Color information
#D4BAE8 (or 0xD4BAE8) is known color: Fog. HEX triplet: D4, BA and E8. RGB value is (212,186,232). Sum of RGB (Red+Green+Blue) = 212+186+232=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #D4BAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAE8 is #2B4517. Grayscale: #C6C6C6. Windows color (decimal): -2835736 or 15252180. OLE color: 15252180.
HSL color Cylindrical-coordinate representation of color #D4BAE8: hue angle of 273.91º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4BAE8 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 186 | 232 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.09 |
| HSL | 273.91º | 0.5% | 0.82% | - |
| HSV(B) | 273.91º | 0.2% | 0.91% | - |
| XYZ | 59.28 | 54.94 | 83.82 | - |
| YUV | 199.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 232 | 0.09 | 0.20 | 0 | 0.09 | 273.91 | 0.5 | 0.82 |
| Hex | D4 | BA | E8 | 9 | 14 | 0 | 9 | 112 | 32 | 52 |
| Octal | 324 | 272 | 350 | 11 | 24 | 0 | 11 | 422 | 62 | 122 |
| Binary | 11010100 | 10111010 | 11101000 | 1001 | 10100 | 0 | 1001 | 100010010 | 110010 | 1010010 |
Color Harmonies of #D4BAE8
Complementary color
Monochromatic Colors of #D4BAE8
Black with #D4BAE8
Text Example
Text Example
White with #D4BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BAE8; }
p { color: rgb(212,186,232); }
H1.HeaderClassName
{
color: #D4BAE8;
}
.AnyTagClassName
{
color: #D4BAE8;
}
</style>
background-color css
<style>
a { background-color: #D4BAE8; }
a { background-color: rgb(212,186,232); }
div.DivClassName
{
background-color: #D4BAE8;
}
.BgClassName
{
background-color: #D4BAE8;
}
</style>
border-color css
<style>
span { border-color: #D4BAE8; }
span { border-color: rgb(212,186,232); }
td.TdClassName
{
border-color: #D4BAE8;
}
.TagClassName
{
border-color: #D4BAE8;
}
</style>