Shades of Fog #D2BEF8
Tints of Fog #D2BEF8
RGB
CMYK
RGB Variations
Color information
#D2BEF8 (or 0xD2BEF8) is known color: Fog. HEX triplet: D2, BE and F8. RGB value is (210,190,248). Sum of RGB (Red+Green+Blue) = 210+190+248=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 248 (97.27% from 255 or 38.27% from 648); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2BEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BEF8 is #2D4107. Grayscale: #CACACA. Windows color (decimal): -2965768 or 16301778. OLE color: 16301778.
HSL color Cylindrical-coordinate representation of color #D2BEF8: hue angle of 260.69º 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 #D2BEF8 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 190 | 248 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.03 |
| HSL | 260.69º | 0.81% | 0.86% | - |
| HSV(B) | 260.69º | 0.23% | 0.97% | - |
| XYZ | 61.94 | 57.31 | 96.6 | - |
| YUV | 202.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 248 | 0.15 | 0.23 | 0 | 0.03 | 260.69 | 0.81 | 0.86 |
| Hex | D2 | BE | F8 | F | 17 | 0 | 3 | 105 | 51 | 56 |
| Octal | 322 | 276 | 370 | 17 | 27 | 0 | 3 | 405 | 121 | 126 |
| Binary | 11010010 | 10111110 | 11111000 | 1111 | 10111 | 0 | 11 | 100000101 | 1010001 | 1010110 |
Color Harmonies of #D2BEF8
Complementary color
Monochromatic Colors of #D2BEF8
Black with #D2BEF8
Text Example
Text Example
White with #D2BEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BEF8; }
p { color: rgb(210,190,248); }
H1.HeaderClassName
{
color: #D2BEF8;
}
.AnyTagClassName
{
color: #D2BEF8;
}
</style>
background-color css
<style>
a { background-color: #D2BEF8; }
a { background-color: rgb(210,190,248); }
div.DivClassName
{
background-color: #D2BEF8;
}
.BgClassName
{
background-color: #D2BEF8;
}
</style>
border-color css
<style>
span { border-color: #D2BEF8; }
span { border-color: rgb(210,190,248); }
td.TdClassName
{
border-color: #D2BEF8;
}
.TagClassName
{
border-color: #D2BEF8;
}
</style>