Shades of Fog #D1BCF5
Tints of Fog #D1BCF5
RGB
CMYK
RGB Variations
Color information
#D1BCF5 (or 0xD1BCF5) is known color: Fog. HEX triplet: D1, BC and F5. RGB value is (209,188,245). Sum of RGB (Red+Green+Blue) = 209+188+245=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 245 (96.09% from 255 or 38.16% from 642); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1BCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BCF5 is #2E430A. Grayscale: #C8C8C8. Windows color (decimal): -3031819 or 16104657. OLE color: 16104657.
HSL color Cylindrical-coordinate representation of color #D1BCF5: hue angle of 262.11º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1BCF5 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 188 | 245 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.04 |
| HSL | 262.11º | 0.74% | 0.85% | - |
| HSV(B) | 262.11º | 0.23% | 0.96% | - |
| XYZ | 60.76 | 56.11 | 94.02 | - |
| YUV | 200.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 245 | 0.15 | 0.23 | 0 | 0.04 | 262.11 | 0.74 | 0.85 |
| Hex | D1 | BC | F5 | F | 17 | 0 | 4 | 106 | 4A | 55 |
| Octal | 321 | 274 | 365 | 17 | 27 | 0 | 4 | 406 | 112 | 125 |
| Binary | 11010001 | 10111100 | 11110101 | 1111 | 10111 | 0 | 100 | 100000110 | 1001010 | 1010101 |
Color Harmonies of #D1BCF5
Complementary color
Monochromatic Colors of #D1BCF5
Black with #D1BCF5
Text Example
Text Example
White with #D1BCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCF5; }
p { color: rgb(209,188,245); }
H1.HeaderClassName
{
color: #D1BCF5;
}
.AnyTagClassName
{
color: #D1BCF5;
}
</style>
background-color css
<style>
a { background-color: #D1BCF5; }
a { background-color: rgb(209,188,245); }
div.DivClassName
{
background-color: #D1BCF5;
}
.BgClassName
{
background-color: #D1BCF5;
}
</style>
border-color css
<style>
span { border-color: #D1BCF5; }
span { border-color: rgb(209,188,245); }
td.TdClassName
{
border-color: #D1BCF5;
}
.TagClassName
{
border-color: #D1BCF5;
}
</style>