Shades of Mauve #DDBEFE
Tints of Mauve #DDBEFE
RGB
CMYK
RGB Variations
Color information
#DDBEFE (or 0xDDBEFE) is known color: Mauve. HEX triplet: DD, BE and FE. RGB value is (221,190,254). Sum of RGB (Red+Green+Blue) = 221+190+254=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 190 (74.61% from 255 or 28.57% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDBEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEFE is #224101. Grayscale: #CECECE. Windows color (decimal): -2244866 or 16695005. OLE color: 16695005.
HSL color Cylindrical-coordinate representation of color #DDBEFE: hue angle of 269.06º 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 #DDBEFE is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 190 | 254 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.00 |
| HSL | 269.06º | 0.97% | 0.87% | - |
| HSV(B) | 269.06º | 0.25% | 1% | - |
| XYZ | 66.12 | 59.35 | 101.74 | - |
| YUV | 206.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 254 | 0.13 | 0.25 | 0 | 0.00 | 269.06 | 0.97 | 0.87 |
| Hex | DD | BE | FE | D | 19 | 0 | 0 | 10D | 61 | 57 |
| Octal | 335 | 276 | 376 | 15 | 31 | 0 | 0 | 415 | 141 | 127 |
| Binary | 11011101 | 10111110 | 11111110 | 1101 | 11001 | 0 | 0 | 100001101 | 1100001 | 1010111 |
Color Harmonies of #DDBEFE
Complementary color
Monochromatic Colors of #DDBEFE
Black with #DDBEFE
Text Example
Text Example
White with #DDBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEFE; }
p { color: rgb(221,190,254); }
H1.HeaderClassName
{
color: #DDBEFE;
}
.AnyTagClassName
{
color: #DDBEFE;
}
</style>
background-color css
<style>
a { background-color: #DDBEFE; }
a { background-color: rgb(221,190,254); }
div.DivClassName
{
background-color: #DDBEFE;
}
.BgClassName
{
background-color: #DDBEFE;
}
</style>
border-color css
<style>
span { border-color: #DDBEFE; }
span { border-color: rgb(221,190,254); }
td.TdClassName
{
border-color: #DDBEFE;
}
.TagClassName
{
border-color: #DDBEFE;
}
</style>