Shades of Mauve #DDBEF8
Tints of Mauve #DDBEF8
RGB
CMYK
RGB Variations
Color information
#DDBEF8 (or 0xDDBEF8) is known color: Mauve. HEX triplet: DD, BE and F8. RGB value is (221,190,248). Sum of RGB (Red+Green+Blue) = 221+190+248=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 190 (74.61% from 255 or 28.83% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDBEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEF8 is #224107. Grayscale: #CDCDCD. Windows color (decimal): -2244872 or 16301789. OLE color: 16301789.
HSL color Cylindrical-coordinate representation of color #DDBEF8: hue angle of 272.07º 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 #DDBEF8 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 190 | 248 | - |
CMYK | 0.11 | 0.23 | 0 | 0.03 |
HSL | 272.07º | 0.81% | 0.86% | - |
HSV(B) | 272.07º | 0.23% | 0.97% | - |
XYZ | 65.18 | 58.98 | 96.76 | - |
YUV | 205.88 | 151.77 | 138.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 248 | 0.11 | 0.23 | 0 | 0.03 | 272.07 | 0.81 | 0.86 |
Hex | DD | BE | F8 | B | 17 | 0 | 3 | 110 | 51 | 56 |
Octal | 335 | 276 | 370 | 13 | 27 | 0 | 3 | 420 | 121 | 126 |
Binary | 11011101 | 10111110 | 11111000 | 1011 | 10111 | 0 | 11 | 100010000 | 1010001 | 1010110 |
Color Harmonies of #DDBEF8
Complementary color
Monochromatic Colors of #DDBEF8
Black with #DDBEF8
Text Example
Text Example
White with #DDBEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEF8; }
p { color: rgb(221,190,248); }
H1.HeaderClassName
{
color: #DDBEF8;
}
.AnyTagClassName
{
color: #DDBEF8;
}
</style>
background-color css
<style>
a { background-color: #DDBEF8; }
a { background-color: rgb(221,190,248); }
div.DivClassName
{
background-color: #DDBEF8;
}
.BgClassName
{
background-color: #DDBEF8;
}
</style>
border-color css
<style>
span { border-color: #DDBEF8; }
span { border-color: rgb(221,190,248); }
td.TdClassName
{
border-color: #DDBEF8;
}
.TagClassName
{
border-color: #DDBEF8;
}
</style>