Shades of Mauve #DDAFEA
Tints of Mauve #DDAFEA
RGB
CMYK
RGB Variations
Color information
#DDAFEA (or 0xDDAFEA) is known color: Mauve. HEX triplet: DD, AF and EA. RGB value is (221,175,234). Sum of RGB (Red+Green+Blue) = 221+175+234=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDAFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFEA is #225015. Grayscale: #C3C3C3. Windows color (decimal): -2248726 or 15380445. OLE color: 15380445.
HSL color Cylindrical-coordinate representation of color #DDAFEA: hue angle of 286.78º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDAFEA is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 221 | 175 | 234 | - |
CMYK | 0.06 | 0.25 | 0 | 0.08 |
HSL | 286.78º | 0.58% | 0.8% | - |
HSV(B) | 286.78º | 0.25% | 0.92% | - |
XYZ | 60 | 51.97 | 84.71 | - |
YUV | 195.48 | 149.74 | 146.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 175 | 234 | 0.06 | 0.25 | 0 | 0.08 | 286.78 | 0.58 | 0.8 |
Hex | DD | AF | EA | 6 | 19 | 0 | 8 | 11F | 3A | 50 |
Octal | 335 | 257 | 352 | 6 | 31 | 0 | 10 | 437 | 72 | 120 |
Binary | 11011101 | 10101111 | 11101010 | 110 | 11001 | 0 | 1000 | 100011111 | 111010 | 1010000 |
Color Harmonies of #DDAFEA
Complementary color
Monochromatic Colors of #DDAFEA
Black with #DDAFEA
Text Example
Text Example
White with #DDAFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFEA; }
p { color: rgb(221,175,234); }
H1.HeaderClassName
{
color: #DDAFEA;
}
.AnyTagClassName
{
color: #DDAFEA;
}
</style>
background-color css
<style>
a { background-color: #DDAFEA; }
a { background-color: rgb(221,175,234); }
div.DivClassName
{
background-color: #DDAFEA;
}
.BgClassName
{
background-color: #DDAFEA;
}
</style>
border-color css
<style>
span { border-color: #DDAFEA; }
span { border-color: rgb(221,175,234); }
td.TdClassName
{
border-color: #DDAFEA;
}
.TagClassName
{
border-color: #DDAFEA;
}
</style>