Shades of Fog #D5BEF8
Tints of Fog #D5BEF8
RGB
CMYK
RGB Variations
Color information
#D5BEF8 (or 0xD5BEF8) is known color: Fog. HEX triplet: D5, BE and F8. RGB value is (213,190,248). Sum of RGB (Red+Green+Blue) = 213+190+248=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 248 (97.27% from 255 or 38.10% from 651); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5BEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BEF8 is #2A4107. Grayscale: #CBCBCB. Windows color (decimal): -2769160 or 16301781. OLE color: 16301781.
HSL color Cylindrical-coordinate representation of color #D5BEF8: hue angle of 263.79º 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 #D5BEF8 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 190 | 248 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.03 |
| HSL | 263.79º | 0.81% | 0.86% | - |
| HSV(B) | 263.79º | 0.23% | 0.97% | - |
| XYZ | 62.8 | 57.75 | 96.64 | - |
| YUV | 203.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 248 | 0.14 | 0.23 | 0 | 0.03 | 263.79 | 0.81 | 0.86 |
| Hex | D5 | BE | F8 | E | 17 | 0 | 3 | 108 | 51 | 56 |
| Octal | 325 | 276 | 370 | 16 | 27 | 0 | 3 | 410 | 121 | 126 |
| Binary | 11010101 | 10111110 | 11111000 | 1110 | 10111 | 0 | 11 | 100001000 | 1010001 | 1010110 |
Color Harmonies of #D5BEF8
Complementary color
Monochromatic Colors of #D5BEF8
Black with #D5BEF8
Text Example
Text Example
White with #D5BEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEF8; }
p { color: rgb(213,190,248); }
H1.HeaderClassName
{
color: #D5BEF8;
}
.AnyTagClassName
{
color: #D5BEF8;
}
</style>
background-color css
<style>
a { background-color: #D5BEF8; }
a { background-color: rgb(213,190,248); }
div.DivClassName
{
background-color: #D5BEF8;
}
.BgClassName
{
background-color: #D5BEF8;
}
</style>
border-color css
<style>
span { border-color: #D5BEF8; }
span { border-color: rgb(213,190,248); }
td.TdClassName
{
border-color: #D5BEF8;
}
.TagClassName
{
border-color: #D5BEF8;
}
</style>