Shades of Fog #D2BAFE
Tints of Fog #D2BAFE
RGB
CMYK
RGB Variations
Color information
#D2BAFE (or 0xD2BAFE) is known color: Fog. HEX triplet: D2, BA and FE. RGB value is (210,186,254). Sum of RGB (Red+Green+Blue) = 210+186+254=650 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.31% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BAFE is #2D4501. Grayscale: #C8C8C8. Windows color (decimal): -2966786 or 16693970. OLE color: 16693970.
HSL color Cylindrical-coordinate representation of color #D2BAFE: hue angle of 261.18º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2BAFE is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 186 | 254 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.00 |
| HSL | 261.18º | 0.97% | 0.86% | - |
| HSV(B) | 261.18º | 0.27% | 1% | - |
| XYZ | 62.03 | 55.98 | 101.3 | - |
| YUV | 200.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 254 | 0.17 | 0.27 | 0 | 0.00 | 261.18 | 0.97 | 0.86 |
| Hex | D2 | BA | FE | 11 | 1B | 0 | 0 | 105 | 61 | 56 |
| Octal | 322 | 272 | 376 | 21 | 33 | 0 | 0 | 405 | 141 | 126 |
| Binary | 11010010 | 10111010 | 11111110 | 10001 | 11011 | 0 | 0 | 100000101 | 1100001 | 1010110 |
Color Harmonies of #D2BAFE
Complementary color
Monochromatic Colors of #D2BAFE
Black with #D2BAFE
Text Example
Text Example
White with #D2BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAFE; }
p { color: rgb(210,186,254); }
H1.HeaderClassName
{
color: #D2BAFE;
}
.AnyTagClassName
{
color: #D2BAFE;
}
</style>
background-color css
<style>
a { background-color: #D2BAFE; }
a { background-color: rgb(210,186,254); }
div.DivClassName
{
background-color: #D2BAFE;
}
.BgClassName
{
background-color: #D2BAFE;
}
</style>
border-color css
<style>
span { border-color: #D2BAFE; }
span { border-color: rgb(210,186,254); }
td.TdClassName
{
border-color: #D2BAFE;
}
.TagClassName
{
border-color: #D2BAFE;
}
</style>