Shades of Mauve #DDBEFD
Tints of Mauve #DDBEFD
RGB
CMYK
RGB Variations
Color information
#DDBEFD (or 0xDDBEFD) is known color: Mauve. HEX triplet: DD, BE and FD. RGB value is (221,190,253). Sum of RGB (Red+Green+Blue) = 221+190+253=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDBEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEFD is #224102. Grayscale: #CECECE. Windows color (decimal): -2244867 or 16629469. OLE color: 16629469.
HSL color Cylindrical-coordinate representation of color #DDBEFD: hue angle of 269.52º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDBEFD is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 190 | 253 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.01 |
| HSL | 269.52º | 0.94% | 0.87% | - |
| HSV(B) | 269.52º | 0.25% | 0.99% | - |
| XYZ | 65.96 | 59.29 | 100.9 | - |
| YUV | 206.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 253 | 0.13 | 0.25 | 0 | 0.01 | 269.52 | 0.94 | 0.87 |
| Hex | DD | BE | FD | D | 19 | 0 | 1 | 10E | 5E | 57 |
| Octal | 335 | 276 | 375 | 15 | 31 | 0 | 1 | 416 | 136 | 127 |
| Binary | 11011101 | 10111110 | 11111101 | 1101 | 11001 | 0 | 1 | 100001110 | 1011110 | 1010111 |
Color Harmonies of #DDBEFD
Complementary color
Monochromatic Colors of #DDBEFD
Black with #DDBEFD
Text Example
Text Example
White with #DDBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEFD; }
p { color: rgb(221,190,253); }
H1.HeaderClassName
{
color: #DDBEFD;
}
.AnyTagClassName
{
color: #DDBEFD;
}
</style>
background-color css
<style>
a { background-color: #DDBEFD; }
a { background-color: rgb(221,190,253); }
div.DivClassName
{
background-color: #DDBEFD;
}
.BgClassName
{
background-color: #DDBEFD;
}
</style>
border-color css
<style>
span { border-color: #DDBEFD; }
span { border-color: rgb(221,190,253); }
td.TdClassName
{
border-color: #DDBEFD;
}
.TagClassName
{
border-color: #DDBEFD;
}
</style>