Shades of Fog #D4BAFB
Tints of Fog #D4BAFB
RGB
CMYK
RGB Variations
Color information
#D4BAFB (or 0xD4BAFB) is known color: Fog. HEX triplet: D4, BA and FB. RGB value is (212,186,251). Sum of RGB (Red+Green+Blue) = 212+186+251=649 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.67% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAFB is #2B4504. Grayscale: #C8C8C8. Windows color (decimal): -2835717 or 16497364. OLE color: 16497364.
HSL color Cylindrical-coordinate representation of color #D4BAFB: hue angle of 264º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4BAFB is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 186 | 251 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.02 |
| HSL | 264º | 0.89% | 0.86% | - |
| HSV(B) | 264º | 0.26% | 0.98% | - |
| XYZ | 62.12 | 56.08 | 98.82 | - |
| YUV | 201.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 251 | 0.16 | 0.26 | 0 | 0.02 | 264 | 0.89 | 0.86 |
| Hex | D4 | BA | FB | 10 | 1A | 0 | 2 | 108 | 59 | 56 |
| Octal | 324 | 272 | 373 | 20 | 32 | 0 | 2 | 410 | 131 | 126 |
| Binary | 11010100 | 10111010 | 11111011 | 10000 | 11010 | 0 | 10 | 100001000 | 1011001 | 1010110 |
Color Harmonies of #D4BAFB
Complementary color
Monochromatic Colors of #D4BAFB
Black with #D4BAFB
Text Example
Text Example
White with #D4BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BAFB; }
p { color: rgb(212,186,251); }
H1.HeaderClassName
{
color: #D4BAFB;
}
.AnyTagClassName
{
color: #D4BAFB;
}
</style>
background-color css
<style>
a { background-color: #D4BAFB; }
a { background-color: rgb(212,186,251); }
div.DivClassName
{
background-color: #D4BAFB;
}
.BgClassName
{
background-color: #D4BAFB;
}
</style>
border-color css
<style>
span { border-color: #D4BAFB; }
span { border-color: rgb(212,186,251); }
td.TdClassName
{
border-color: #D4BAFB;
}
.TagClassName
{
border-color: #D4BAFB;
}
</style>