Shades of Mauve #D2AFFE
Tints of Mauve #D2AFFE
RGB
CMYK
RGB Variations
Color information
#D2AFFE (or 0xD2AFFE) is known color: Mauve. HEX triplet: D2, AF and FE. RGB value is (210,175,254). Sum of RGB (Red+Green+Blue) = 210+175+254=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFFE is #2D5001. Grayscale: #C2C2C2. Windows color (decimal): -2969602 or 16691154. OLE color: 16691154.
HSL color Cylindrical-coordinate representation of color #D2AFFE: hue angle of 266.58º 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 #D2AFFE is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 175 | 254 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.00 |
| HSL | 266.58º | 0.98% | 0.84% | - |
| HSV(B) | 266.58º | 0.31% | 1% | - |
| XYZ | 59.8 | 51.52 | 100.56 | - |
| YUV | 194.47 | 161.6 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 254 | 0.17 | 0.31 | 0 | 0.00 | 266.58 | 0.98 | 0.84 |
| Hex | D2 | AF | FE | 11 | 1F | 0 | 0 | 10B | 62 | 54 |
| Octal | 322 | 257 | 376 | 21 | 37 | 0 | 0 | 413 | 142 | 124 |
| Binary | 11010010 | 10101111 | 11111110 | 10001 | 11111 | 0 | 0 | 100001011 | 1100010 | 1010100 |
Color Harmonies of #D2AFFE
Complementary color
Monochromatic Colors of #D2AFFE
Black with #D2AFFE
Text Example
Text Example
White with #D2AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFFE; }
p { color: rgb(210,175,254); }
H1.HeaderClassName
{
color: #D2AFFE;
}
.AnyTagClassName
{
color: #D2AFFE;
}
</style>
background-color css
<style>
a { background-color: #D2AFFE; }
a { background-color: rgb(210,175,254); }
div.DivClassName
{
background-color: #D2AFFE;
}
.BgClassName
{
background-color: #D2AFFE;
}
</style>
border-color css
<style>
span { border-color: #D2AFFE; }
span { border-color: rgb(210,175,254); }
td.TdClassName
{
border-color: #D2AFFE;
}
.TagClassName
{
border-color: #D2AFFE;
}
</style>