Shades of Mauve #D7AFFE
Tints of Mauve #D7AFFE
RGB
CMYK
RGB Variations
Color information
#D7AFFE (or 0xD7AFFE) is known color: Mauve. HEX triplet: D7, AF and FE. RGB value is (215,175,254). Sum of RGB (Red+Green+Blue) = 215+175+254=644 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.39% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AFFE is #285001. Grayscale: #C3C3C3. Windows color (decimal): -2641922 or 16691159. OLE color: 16691159.
HSL color Cylindrical-coordinate representation of color #D7AFFE: hue angle of 270.38º 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 #D7AFFE is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 175 | 254 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.00 |
| HSL | 270.38º | 0.98% | 0.84% | - |
| HSV(B) | 270.38º | 0.31% | 1% | - |
| XYZ | 61.24 | 52.26 | 100.63 | - |
| YUV | 195.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 254 | 0.15 | 0.31 | 0 | 0.00 | 270.38 | 0.98 | 0.84 |
| Hex | D7 | AF | FE | F | 1F | 0 | 0 | 10E | 62 | 54 |
| Octal | 327 | 257 | 376 | 17 | 37 | 0 | 0 | 416 | 142 | 124 |
| Binary | 11010111 | 10101111 | 11111110 | 1111 | 11111 | 0 | 0 | 100001110 | 1100010 | 1010100 |
Color Harmonies of #D7AFFE
Complementary color
Monochromatic Colors of #D7AFFE
Black with #D7AFFE
Text Example
Text Example
White with #D7AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AFFE; }
p { color: rgb(215,175,254); }
H1.HeaderClassName
{
color: #D7AFFE;
}
.AnyTagClassName
{
color: #D7AFFE;
}
</style>
background-color css
<style>
a { background-color: #D7AFFE; }
a { background-color: rgb(215,175,254); }
div.DivClassName
{
background-color: #D7AFFE;
}
.BgClassName
{
background-color: #D7AFFE;
}
</style>
border-color css
<style>
span { border-color: #D7AFFE; }
span { border-color: rgb(215,175,254); }
td.TdClassName
{
border-color: #D7AFFE;
}
.TagClassName
{
border-color: #D7AFFE;
}
</style>