Shades of Mauve #D0AFFE
Tints of Mauve #D0AFFE
RGB
CMYK
RGB Variations
Color information
#D0AFFE (or 0xD0AFFE) is known color: Mauve. HEX triplet: D0, AF and FE. RGB value is (208,175,254). Sum of RGB (Red+Green+Blue) = 208+175+254=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFFE is #2F5001. Grayscale: #C1C1C1. Windows color (decimal): -3100674 or 16691152. OLE color: 16691152.
HSL color Cylindrical-coordinate representation of color #D0AFFE: hue angle of 265.06º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0AFFE is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 175 | 254 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.00 |
| HSL | 265.06º | 0.98% | 0.84% | - |
| HSV(B) | 265.06º | 0.31% | 1% | - |
| XYZ | 59.23 | 51.23 | 100.53 | - |
| YUV | 193.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 254 | 0.18 | 0.31 | 0 | 0.00 | 265.06 | 0.98 | 0.84 |
| Hex | D0 | AF | FE | 12 | 1F | 0 | 0 | 109 | 62 | 54 |
| Octal | 320 | 257 | 376 | 22 | 37 | 0 | 0 | 411 | 142 | 124 |
| Binary | 11010000 | 10101111 | 11111110 | 10010 | 11111 | 0 | 0 | 100001001 | 1100010 | 1010100 |
Color Harmonies of #D0AFFE
Complementary color
Monochromatic Colors of #D0AFFE
Black with #D0AFFE
Text Example
Text Example
White with #D0AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AFFE; }
p { color: rgb(208,175,254); }
H1.HeaderClassName
{
color: #D0AFFE;
}
.AnyTagClassName
{
color: #D0AFFE;
}
</style>
background-color css
<style>
a { background-color: #D0AFFE; }
a { background-color: rgb(208,175,254); }
div.DivClassName
{
background-color: #D0AFFE;
}
.BgClassName
{
background-color: #D0AFFE;
}
</style>
border-color css
<style>
span { border-color: #D0AFFE; }
span { border-color: rgb(208,175,254); }
td.TdClassName
{
border-color: #D0AFFE;
}
.TagClassName
{
border-color: #D0AFFE;
}
</style>