Shades of Fog #D2BAFF
Tints of Fog #D2BAFF
RGB
CMYK
RGB Variations
Color information
#D2BAFF (or 0xD2BAFF) is known color: Fog. HEX triplet: D2, BA and FF. RGB value is (210,186,255). Sum of RGB (Red+Green+Blue) = 210+186+255=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BAFF is #2D4500. Grayscale: #C8C8C8. Windows color (decimal): -2966785 or 16759506. OLE color: 16759506.
HSL color Cylindrical-coordinate representation of color #D2BAFF: hue angle of 260.87º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2BAFF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 186 | 255 | - |
| CMYK | 0.18 | 0.27 | 0 | 0 |
| HSL | 260.87º | 1% | 0.86% | - |
| HSV(B) | 260.87º | 0.27% | 1% | - |
| XYZ | 62.19 | 56.04 | 102.15 | - |
| YUV | 201.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 255 | 0.18 | 0.27 | 0 | 0 | 260.87 | 1 | 0.86 |
| Hex | D2 | BA | FF | 12 | 1B | 0 | 0 | 105 | 64 | 56 |
| Octal | 322 | 272 | 377 | 22 | 33 | 0 | 0 | 405 | 144 | 126 |
| Binary | 11010010 | 10111010 | 11111111 | 10010 | 11011 | 0 | 0 | 100000101 | 1100100 | 1010110 |
Color Harmonies of #D2BAFF
Complementary color
Monochromatic Colors of #D2BAFF
Black with #D2BAFF
Text Example
Text Example
White with #D2BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAFF; }
p { color: rgb(210,186,255); }
H1.HeaderClassName
{
color: #D2BAFF;
}
.AnyTagClassName
{
color: #D2BAFF;
}
</style>
background-color css
<style>
a { background-color: #D2BAFF; }
a { background-color: rgb(210,186,255); }
div.DivClassName
{
background-color: #D2BAFF;
}
.BgClassName
{
background-color: #D2BAFF;
}
</style>
border-color css
<style>
span { border-color: #D2BAFF; }
span { border-color: rgb(210,186,255); }
td.TdClassName
{
border-color: #D2BAFF;
}
.TagClassName
{
border-color: #D2BAFF;
}
</style>