Shades of Mauve #D0AEFC
Tints of Mauve #D0AEFC
RGB
CMYK
RGB Variations
Color information
#D0AEFC (or 0xD0AEFC) is known color: Mauve. HEX triplet: D0, AE and FC. RGB value is (208,174,252). Sum of RGB (Red+Green+Blue) = 208+174+252=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AEFC is #2F5103. Grayscale: #C0C0C0. Windows color (decimal): -3100932 or 16559824. OLE color: 16559824.
HSL color Cylindrical-coordinate representation of color #D0AEFC: hue angle of 266.15º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0AEFC is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 174 | 252 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.01 |
| HSL | 266.15º | 0.93% | 0.84% | - |
| HSV(B) | 266.15º | 0.31% | 0.99% | - |
| XYZ | 58.72 | 50.71 | 98.79 | - |
| YUV | 193.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 252 | 0.17 | 0.31 | 0 | 0.01 | 266.15 | 0.93 | 0.84 |
| Hex | D0 | AE | FC | 11 | 1F | 0 | 1 | 10A | 5D | 54 |
| Octal | 320 | 256 | 374 | 21 | 37 | 0 | 1 | 412 | 135 | 124 |
| Binary | 11010000 | 10101110 | 11111100 | 10001 | 11111 | 0 | 1 | 100001010 | 1011101 | 1010100 |
Color Harmonies of #D0AEFC
Complementary color
Monochromatic Colors of #D0AEFC
Black with #D0AEFC
Text Example
Text Example
White with #D0AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AEFC; }
p { color: rgb(208,174,252); }
H1.HeaderClassName
{
color: #D0AEFC;
}
.AnyTagClassName
{
color: #D0AEFC;
}
</style>
background-color css
<style>
a { background-color: #D0AEFC; }
a { background-color: rgb(208,174,252); }
div.DivClassName
{
background-color: #D0AEFC;
}
.BgClassName
{
background-color: #D0AEFC;
}
</style>
border-color css
<style>
span { border-color: #D0AEFC; }
span { border-color: rgb(208,174,252); }
td.TdClassName
{
border-color: #D0AEFC;
}
.TagClassName
{
border-color: #D0AEFC;
}
</style>