Shades of Mauve #DFBEFE
Tints of Mauve #DFBEFE
RGB
CMYK
RGB Variations
Color information
#DFBEFE (or 0xDFBEFE) is known color: Mauve. HEX triplet: DF, BE and FE. RGB value is (223,190,254). Sum of RGB (Red+Green+Blue) = 223+190+254=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFBEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBEFE is #204101. Grayscale: #CECECE. Windows color (decimal): -2113794 or 16695007. OLE color: 16695007.
HSL color Cylindrical-coordinate representation of color #DFBEFE: hue angle of 270.94º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBEFE is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 190 | 254 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.00 |
| HSL | 270.94º | 0.97% | 0.87% | - |
| HSV(B) | 270.94º | 0.25% | 1% | - |
| XYZ | 66.73 | 59.67 | 101.77 | - |
| YUV | 207.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 254 | 0.12 | 0.25 | 0 | 0.00 | 270.94 | 0.97 | 0.87 |
| Hex | DF | BE | FE | C | 19 | 0 | 0 | 10F | 61 | 57 |
| Octal | 337 | 276 | 376 | 14 | 31 | 0 | 0 | 417 | 141 | 127 |
| Binary | 11011111 | 10111110 | 11111110 | 1100 | 11001 | 0 | 0 | 100001111 | 1100001 | 1010111 |
Color Harmonies of #DFBEFE
Complementary color
Monochromatic Colors of #DFBEFE
Black with #DFBEFE
Text Example
Text Example
White with #DFBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEFE; }
p { color: rgb(223,190,254); }
H1.HeaderClassName
{
color: #DFBEFE;
}
.AnyTagClassName
{
color: #DFBEFE;
}
</style>
background-color css
<style>
a { background-color: #DFBEFE; }
a { background-color: rgb(223,190,254); }
div.DivClassName
{
background-color: #DFBEFE;
}
.BgClassName
{
background-color: #DFBEFE;
}
</style>
border-color css
<style>
span { border-color: #DFBEFE; }
span { border-color: rgb(223,190,254); }
td.TdClassName
{
border-color: #DFBEFE;
}
.TagClassName
{
border-color: #DFBEFE;
}
</style>