Shades of Fog #D4BAF5
Tints of Fog #D4BAF5
RGB
CMYK
RGB Variations
Color information
#D4BAF5 (or 0xD4BAF5) is known color: Fog. HEX triplet: D4, BA and F5. RGB value is (212,186,245). Sum of RGB (Red+Green+Blue) = 212+186+245=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 245 - color contains mainly: blue. Hex color #D4BAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAF5 is #2B450A. Grayscale: #C8C8C8. Windows color (decimal): -2835723 or 16104148. OLE color: 16104148.
HSL color Cylindrical-coordinate representation of color #D4BAF5: hue angle of 266.44º degrees, saturation: 0.75, 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 #D4BAF5 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 186 | 245 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.04 |
| HSL | 266.44º | 0.75% | 0.85% | - |
| HSV(B) | 266.44º | 0.24% | 0.96% | - |
| XYZ | 61.19 | 55.71 | 93.91 | - |
| YUV | 200.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 245 | 0.13 | 0.24 | 0 | 0.04 | 266.44 | 0.75 | 0.85 |
| Hex | D4 | BA | F5 | D | 18 | 0 | 4 | 10A | 4B | 55 |
| Octal | 324 | 272 | 365 | 15 | 30 | 0 | 4 | 412 | 113 | 125 |
| Binary | 11010100 | 10111010 | 11110101 | 1101 | 11000 | 0 | 100 | 100001010 | 1001011 | 1010101 |
Color Harmonies of #D4BAF5
Complementary color
Monochromatic Colors of #D4BAF5
Black with #D4BAF5
Text Example
Text Example
White with #D4BAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BAF5; }
p { color: rgb(212,186,245); }
H1.HeaderClassName
{
color: #D4BAF5;
}
.AnyTagClassName
{
color: #D4BAF5;
}
</style>
background-color css
<style>
a { background-color: #D4BAF5; }
a { background-color: rgb(212,186,245); }
div.DivClassName
{
background-color: #D4BAF5;
}
.BgClassName
{
background-color: #D4BAF5;
}
</style>
border-color css
<style>
span { border-color: #D4BAF5; }
span { border-color: rgb(212,186,245); }
td.TdClassName
{
border-color: #D4BAF5;
}
.TagClassName
{
border-color: #D4BAF5;
}
</style>