Shades of Fog #D3BEF8
Tints of Fog #D3BEF8
RGB
CMYK
RGB Variations
Color information
#D3BEF8 (or 0xD3BEF8) is known color: Fog. HEX triplet: D3, BE and F8. RGB value is (211,190,248). Sum of RGB (Red+Green+Blue) = 211+190+248=649 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.51% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 248 (97.27% from 255 or 38.21% from 649); Max value from RGB is 248 - color contains mainly: blue. Hex color #D3BEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BEF8 is #2C4107. Grayscale: #CACACA. Windows color (decimal): -2900232 or 16301779. OLE color: 16301779.
HSL color Cylindrical-coordinate representation of color #D3BEF8: hue angle of 261.72º degrees, saturation: 0.81, 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 #D3BEF8 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 190 | 248 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.03 |
| HSL | 261.72º | 0.81% | 0.86% | - |
| HSV(B) | 261.72º | 0.23% | 0.97% | - |
| XYZ | 62.22 | 57.45 | 96.62 | - |
| YUV | 202.89 | 153.46 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 248 | 0.15 | 0.23 | 0 | 0.03 | 261.72 | 0.81 | 0.86 |
| Hex | D3 | BE | F8 | F | 17 | 0 | 3 | 106 | 51 | 56 |
| Octal | 323 | 276 | 370 | 17 | 27 | 0 | 3 | 406 | 121 | 126 |
| Binary | 11010011 | 10111110 | 11111000 | 1111 | 10111 | 0 | 11 | 100000110 | 1010001 | 1010110 |
Color Harmonies of #D3BEF8
Complementary color
Monochromatic Colors of #D3BEF8
Black with #D3BEF8
Text Example
Text Example
White with #D3BEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BEF8; }
p { color: rgb(211,190,248); }
H1.HeaderClassName
{
color: #D3BEF8;
}
.AnyTagClassName
{
color: #D3BEF8;
}
</style>
background-color css
<style>
a { background-color: #D3BEF8; }
a { background-color: rgb(211,190,248); }
div.DivClassName
{
background-color: #D3BEF8;
}
.BgClassName
{
background-color: #D3BEF8;
}
</style>
border-color css
<style>
span { border-color: #D3BEF8; }
span { border-color: rgb(211,190,248); }
td.TdClassName
{
border-color: #D3BEF8;
}
.TagClassName
{
border-color: #D3BEF8;
}
</style>