Shades of Fog #D1BEF7
Tints of Fog #D1BEF7
RGB
CMYK
RGB Variations
Color information
#D1BEF7 (or 0xD1BEF7) is known color: Fog. HEX triplet: D1, BE and F7. RGB value is (209,190,247). Sum of RGB (Red+Green+Blue) = 209+190+247=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1BEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BEF7 is #2E4108. Grayscale: #C9C9C9. Windows color (decimal): -3031305 or 16236241. OLE color: 16236241.
HSL color Cylindrical-coordinate representation of color #D1BEF7: hue angle of 260º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1BEF7 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 190 | 247 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.03 |
| HSL | 260º | 0.78% | 0.86% | - |
| HSV(B) | 260º | 0.23% | 0.97% | - |
| XYZ | 61.5 | 57.1 | 95.78 | - |
| YUV | 202.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 247 | 0.15 | 0.23 | 0 | 0.03 | 260 | 0.78 | 0.86 |
| Hex | D1 | BE | F7 | F | 17 | 0 | 3 | 104 | 4E | 56 |
| Octal | 321 | 276 | 367 | 17 | 27 | 0 | 3 | 404 | 116 | 126 |
| Binary | 11010001 | 10111110 | 11110111 | 1111 | 10111 | 0 | 11 | 100000100 | 1001110 | 1010110 |
Color Harmonies of #D1BEF7
Complementary color
Monochromatic Colors of #D1BEF7
Black with #D1BEF7
Text Example
Text Example
White with #D1BEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEF7; }
p { color: rgb(209,190,247); }
H1.HeaderClassName
{
color: #D1BEF7;
}
.AnyTagClassName
{
color: #D1BEF7;
}
</style>
background-color css
<style>
a { background-color: #D1BEF7; }
a { background-color: rgb(209,190,247); }
div.DivClassName
{
background-color: #D1BEF7;
}
.BgClassName
{
background-color: #D1BEF7;
}
</style>
border-color css
<style>
span { border-color: #D1BEF7; }
span { border-color: rgb(209,190,247); }
td.TdClassName
{
border-color: #D1BEF7;
}
.TagClassName
{
border-color: #D1BEF7;
}
</style>