Shades of Mauve #DDBEFF
Tints of Mauve #DDBEFF
RGB
CMYK
RGB Variations
Color information
#DDBEFF (or 0xDDBEFF) is known color: Mauve. HEX triplet: DD, BE and FF. RGB value is (221,190,255). Sum of RGB (Red+Green+Blue) = 221+190+255=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEFF is #224100. Grayscale: #CECECE. Windows color (decimal): -2244865 or 16760541. OLE color: 16760541.
HSL color Cylindrical-coordinate representation of color #DDBEFF: hue angle of 268.62º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDBEFF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 190 | 255 | - |
| CMYK | 0.13 | 0.25 | 0 | 0 |
| HSL | 268.62º | 1% | 0.87% | - |
| HSV(B) | 268.62º | 0.25% | 1% | - |
| XYZ | 66.28 | 59.42 | 102.58 | - |
| YUV | 206.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 255 | 0.13 | 0.25 | 0 | 0 | 268.62 | 1 | 0.87 |
| Hex | DD | BE | FF | D | 19 | 0 | 0 | 10D | 64 | 57 |
| Octal | 335 | 276 | 377 | 15 | 31 | 0 | 0 | 415 | 144 | 127 |
| Binary | 11011101 | 10111110 | 11111111 | 1101 | 11001 | 0 | 0 | 100001101 | 1100100 | 1010111 |
Color Harmonies of #DDBEFF
Complementary color
Monochromatic Colors of #DDBEFF
Black with #DDBEFF
Text Example
Text Example
White with #DDBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEFF; }
p { color: rgb(221,190,255); }
H1.HeaderClassName
{
color: #DDBEFF;
}
.AnyTagClassName
{
color: #DDBEFF;
}
</style>
background-color css
<style>
a { background-color: #DDBEFF; }
a { background-color: rgb(221,190,255); }
div.DivClassName
{
background-color: #DDBEFF;
}
.BgClassName
{
background-color: #DDBEFF;
}
</style>
border-color css
<style>
span { border-color: #DDBEFF; }
span { border-color: rgb(221,190,255); }
td.TdClassName
{
border-color: #DDBEFF;
}
.TagClassName
{
border-color: #DDBEFF;
}
</style>