Shades of Mauve #DDBEFC
Tints of Mauve #DDBEFC
RGB
CMYK
RGB Variations
Color information
#DDBEFC (or 0xDDBEFC) is known color: Mauve. HEX triplet: DD, BE and FC. RGB value is (221,190,252). Sum of RGB (Red+Green+Blue) = 221+190+252=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEFC is #224103. Grayscale: #CECECE. Windows color (decimal): -2244868 or 16563933. OLE color: 16563933.
HSL color Cylindrical-coordinate representation of color #DDBEFC: hue angle of 270º degrees, saturation: 0.91, 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 #DDBEFC is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 190 | 252 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.01 |
| HSL | 270º | 0.91% | 0.87% | - |
| HSV(B) | 270º | 0.25% | 0.99% | - |
| XYZ | 65.8 | 59.23 | 100.06 | - |
| YUV | 206.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 252 | 0.12 | 0.25 | 0 | 0.01 | 270 | 0.91 | 0.87 |
| Hex | DD | BE | FC | C | 19 | 0 | 1 | 10E | 5B | 57 |
| Octal | 335 | 276 | 374 | 14 | 31 | 0 | 1 | 416 | 133 | 127 |
| Binary | 11011101 | 10111110 | 11111100 | 1100 | 11001 | 0 | 1 | 100001110 | 1011011 | 1010111 |
Color Harmonies of #DDBEFC
Complementary color
Monochromatic Colors of #DDBEFC
Black with #DDBEFC
Text Example
Text Example
White with #DDBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEFC; }
p { color: rgb(221,190,252); }
H1.HeaderClassName
{
color: #DDBEFC;
}
.AnyTagClassName
{
color: #DDBEFC;
}
</style>
background-color css
<style>
a { background-color: #DDBEFC; }
a { background-color: rgb(221,190,252); }
div.DivClassName
{
background-color: #DDBEFC;
}
.BgClassName
{
background-color: #DDBEFC;
}
</style>
border-color css
<style>
span { border-color: #DDBEFC; }
span { border-color: rgb(221,190,252); }
td.TdClassName
{
border-color: #DDBEFC;
}
.TagClassName
{
border-color: #DDBEFC;
}
</style>