Shades of Fog #D1BCFE
Tints of Fog #D1BCFE
RGB
CMYK
RGB Variations
Color information
#D1BCFE (or 0xD1BCFE) is known color: Fog. HEX triplet: D1, BC and FE. RGB value is (209,188,254). Sum of RGB (Red+Green+Blue) = 209+188+254=651 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.10% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BCFE is #2E4301. Grayscale: #C9C9C9. Windows color (decimal): -3031810 or 16694481. OLE color: 16694481.
HSL color Cylindrical-coordinate representation of color #D1BCFE: hue angle of 259.09º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1BCFE is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 188 | 254 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.00 |
| HSL | 259.09º | 0.97% | 0.87% | - |
| HSV(B) | 259.09º | 0.26% | 1% | - |
| XYZ | 62.17 | 56.68 | 101.43 | - |
| YUV | 201.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 254 | 0.18 | 0.26 | 0 | 0.00 | 259.09 | 0.97 | 0.87 |
| Hex | D1 | BC | FE | 12 | 1A | 0 | 0 | 103 | 61 | 57 |
| Octal | 321 | 274 | 376 | 22 | 32 | 0 | 0 | 403 | 141 | 127 |
| Binary | 11010001 | 10111100 | 11111110 | 10010 | 11010 | 0 | 0 | 100000011 | 1100001 | 1010111 |
Color Harmonies of #D1BCFE
Complementary color
Monochromatic Colors of #D1BCFE
Black with #D1BCFE
Text Example
Text Example
White with #D1BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCFE; }
p { color: rgb(209,188,254); }
H1.HeaderClassName
{
color: #D1BCFE;
}
.AnyTagClassName
{
color: #D1BCFE;
}
</style>
background-color css
<style>
a { background-color: #D1BCFE; }
a { background-color: rgb(209,188,254); }
div.DivClassName
{
background-color: #D1BCFE;
}
.BgClassName
{
background-color: #D1BCFE;
}
</style>
border-color css
<style>
span { border-color: #D1BCFE; }
span { border-color: rgb(209,188,254); }
td.TdClassName
{
border-color: #D1BCFE;
}
.TagClassName
{
border-color: #D1BCFE;
}
</style>