Shades of Fog #D3BEF1
Tints of Fog #D3BEF1
RGB
CMYK
RGB Variations
Color information
#D3BEF1 (or 0xD3BEF1) is known color: Fog. HEX triplet: D3, BE and F1. RGB value is (211,190,241). Sum of RGB (Red+Green+Blue) = 211+190+241=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BEF1 is #2C410E. Grayscale: #C9C9C9. Windows color (decimal): -2900239 or 15843027. OLE color: 15843027.
HSL color Cylindrical-coordinate representation of color #D3BEF1: hue angle of 264.71º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3BEF1 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 190 | 241 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.05 |
| HSL | 264.71º | 0.65% | 0.85% | - |
| HSV(B) | 264.71º | 0.21% | 0.95% | - |
| XYZ | 61.15 | 57.03 | 91 | - |
| YUV | 202.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 241 | 0.12 | 0.21 | 0 | 0.05 | 264.71 | 0.65 | 0.85 |
| Hex | D3 | BE | F1 | C | 15 | 0 | 5 | 109 | 41 | 55 |
| Octal | 323 | 276 | 361 | 14 | 25 | 0 | 5 | 411 | 101 | 125 |
| Binary | 11010011 | 10111110 | 11110001 | 1100 | 10101 | 0 | 101 | 100001001 | 1000001 | 1010101 |
Color Harmonies of #D3BEF1
Complementary color
Monochromatic Colors of #D3BEF1
Black with #D3BEF1
Text Example
Text Example
White with #D3BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BEF1; }
p { color: rgb(211,190,241); }
H1.HeaderClassName
{
color: #D3BEF1;
}
.AnyTagClassName
{
color: #D3BEF1;
}
</style>
background-color css
<style>
a { background-color: #D3BEF1; }
a { background-color: rgb(211,190,241); }
div.DivClassName
{
background-color: #D3BEF1;
}
.BgClassName
{
background-color: #D3BEF1;
}
</style>
border-color css
<style>
span { border-color: #D3BEF1; }
span { border-color: rgb(211,190,241); }
td.TdClassName
{
border-color: #D3BEF1;
}
.TagClassName
{
border-color: #D3BEF1;
}
</style>