Shades of Fog #D1BEDF
Tints of Fog #D1BEDF
RGB
CMYK
RGB Variations
Color information
#D1BEDF (or 0xD1BEDF) is known color: Fog. HEX triplet: D1, BE and DF. RGB value is (209,190,223). Sum of RGB (Red+Green+Blue) = 209+190+223=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEDF is #2E4120. Grayscale: #C7C7C7. Windows color (decimal): -3031329 or 14663377. OLE color: 14663377.
HSL color Cylindrical-coordinate representation of color #D1BEDF: hue angle of 274.55º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1BEDF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 190 | 223 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.13 |
| HSL | 274.55º | 0.34% | 0.81% | - |
| HSV(B) | 274.55º | 0.15% | 0.87% | - |
| XYZ | 58.03 | 55.71 | 77.51 | - |
| YUV | 199.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 223 | 0.06 | 0.15 | 0 | 0.13 | 274.55 | 0.34 | 0.81 |
| Hex | D1 | BE | DF | 6 | F | 0 | D | 113 | 22 | 51 |
| Octal | 321 | 276 | 337 | 6 | 17 | 0 | 15 | 423 | 42 | 121 |
| Binary | 11010001 | 10111110 | 11011111 | 110 | 1111 | 0 | 1101 | 100010011 | 100010 | 1010001 |
Color Harmonies of #D1BEDF
Complementary color
Monochromatic Colors of #D1BEDF
Black with #D1BEDF
Text Example
Text Example
White with #D1BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEDF; }
p { color: rgb(209,190,223); }
H1.HeaderClassName
{
color: #D1BEDF;
}
.AnyTagClassName
{
color: #D1BEDF;
}
</style>
background-color css
<style>
a { background-color: #D1BEDF; }
a { background-color: rgb(209,190,223); }
div.DivClassName
{
background-color: #D1BEDF;
}
.BgClassName
{
background-color: #D1BEDF;
}
</style>
border-color css
<style>
span { border-color: #D1BEDF; }
span { border-color: rgb(209,190,223); }
td.TdClassName
{
border-color: #D1BEDF;
}
.TagClassName
{
border-color: #D1BEDF;
}
</style>