Shades of Fog #D1BEF6
Tints of Fog #D1BEF6
RGB
CMYK
RGB Variations
Color information
#D1BEF6 (or 0xD1BEF6) is known color: Fog. HEX triplet: D1, BE and F6. RGB value is (209,190,246). Sum of RGB (Red+Green+Blue) = 209+190+246=645 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.40% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1BEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BEF6 is #2E4109. Grayscale: #C9C9C9. Windows color (decimal): -3031306 or 16170705. OLE color: 16170705.
HSL color Cylindrical-coordinate representation of color #D1BEF6: hue angle of 260.36º degrees, saturation: 0.76, 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 #D1BEF6 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 190 | 246 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.04 |
| HSL | 260.36º | 0.76% | 0.85% | - |
| HSV(B) | 260.36º | 0.23% | 0.96% | - |
| XYZ | 61.34 | 57.04 | 94.96 | - |
| YUV | 202.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 246 | 0.15 | 0.23 | 0 | 0.04 | 260.36 | 0.76 | 0.85 |
| Hex | D1 | BE | F6 | F | 17 | 0 | 4 | 104 | 4C | 55 |
| Octal | 321 | 276 | 366 | 17 | 27 | 0 | 4 | 404 | 114 | 125 |
| Binary | 11010001 | 10111110 | 11110110 | 1111 | 10111 | 0 | 100 | 100000100 | 1001100 | 1010101 |
Color Harmonies of #D1BEF6
Complementary color
Monochromatic Colors of #D1BEF6
Black with #D1BEF6
Text Example
Text Example
White with #D1BEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEF6; }
p { color: rgb(209,190,246); }
H1.HeaderClassName
{
color: #D1BEF6;
}
.AnyTagClassName
{
color: #D1BEF6;
}
</style>
background-color css
<style>
a { background-color: #D1BEF6; }
a { background-color: rgb(209,190,246); }
div.DivClassName
{
background-color: #D1BEF6;
}
.BgClassName
{
background-color: #D1BEF6;
}
</style>
border-color css
<style>
span { border-color: #D1BEF6; }
span { border-color: rgb(209,190,246); }
td.TdClassName
{
border-color: #D1BEF6;
}
.TagClassName
{
border-color: #D1BEF6;
}
</style>