Shades of Fog #D1BCFF
Tints of Fog #D1BCFF
RGB
CMYK
RGB Variations
Color information
#D1BCFF (or 0xD1BCFF) is known color: Fog. HEX triplet: D1, BC and FF. RGB value is (209,188,255). Sum of RGB (Red+Green+Blue) = 209+188+255=652 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.06% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BCFF is #2E4300. Grayscale: #C9C9C9. Windows color (decimal): -3031809 or 16760017. OLE color: 16760017.
HSL color Cylindrical-coordinate representation of color #D1BCFF: hue angle of 258.81º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1BCFF is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 188 | 255 | - |
| CMYK | 0.18 | 0.26 | 0 | 0 |
| HSL | 258.81º | 1% | 0.87% | - |
| HSV(B) | 258.81º | 0.26% | 1% | - |
| XYZ | 62.33 | 56.74 | 102.28 | - |
| YUV | 201.92 | 157.96 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 255 | 0.18 | 0.26 | 0 | 0 | 258.81 | 1 | 0.87 |
| Hex | D1 | BC | FF | 12 | 1A | 0 | 0 | 103 | 64 | 57 |
| Octal | 321 | 274 | 377 | 22 | 32 | 0 | 0 | 403 | 144 | 127 |
| Binary | 11010001 | 10111100 | 11111111 | 10010 | 11010 | 0 | 0 | 100000011 | 1100100 | 1010111 |
Color Harmonies of #D1BCFF
Complementary color
Monochromatic Colors of #D1BCFF
Black with #D1BCFF
Text Example
Text Example
White with #D1BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCFF; }
p { color: rgb(209,188,255); }
H1.HeaderClassName
{
color: #D1BCFF;
}
.AnyTagClassName
{
color: #D1BCFF;
}
</style>
background-color css
<style>
a { background-color: #D1BCFF; }
a { background-color: rgb(209,188,255); }
div.DivClassName
{
background-color: #D1BCFF;
}
.BgClassName
{
background-color: #D1BCFF;
}
</style>
border-color css
<style>
span { border-color: #D1BCFF; }
span { border-color: rgb(209,188,255); }
td.TdClassName
{
border-color: #D1BCFF;
}
.TagClassName
{
border-color: #D1BCFF;
}
</style>