Shades of Mauve #EFAAFD
Tints of Mauve #EFAAFD
RGB
CMYK
RGB Variations
Color information
#EFAAFD (or 0xEFAAFD) is known color: Mauve. HEX triplet: EF, AA and FD. RGB value is (239,170,253). Sum of RGB (Red+Green+Blue) = 239+170+253=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 170 (66.80% from 255 or 25.68% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFAAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAFD is #105502. Grayscale: #C7C7C7. Windows color (decimal): -1070339 or 16624367. OLE color: 16624367.
HSL color Cylindrical-coordinate representation of color #EFAAFD: hue angle of 289.88º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFAAFD is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 170 | 253 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.01 |
| HSL | 289.88º | 0.95% | 0.83% | - |
| HSV(B) | 289.88º | 0.33% | 0.99% | - |
| XYZ | 67.7 | 54.19 | 99.82 | - |
| YUV | 200.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 253 | 0.06 | 0.33 | 0 | 0.01 | 289.88 | 0.95 | 0.83 |
| Hex | EF | AA | FD | 6 | 21 | 0 | 1 | 122 | 5F | 53 |
| Octal | 357 | 252 | 375 | 6 | 41 | 0 | 1 | 442 | 137 | 123 |
| Binary | 11101111 | 10101010 | 11111101 | 110 | 100001 | 0 | 1 | 100100010 | 1011111 | 1010011 |
Color Harmonies of #EFAAFD
Complementary color
Monochromatic Colors of #EFAAFD
Black with #EFAAFD
Text Example
Text Example
White with #EFAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAAFD; }
p { color: rgb(239,170,253); }
H1.HeaderClassName
{
color: #EFAAFD;
}
.AnyTagClassName
{
color: #EFAAFD;
}
</style>
background-color css
<style>
a { background-color: #EFAAFD; }
a { background-color: rgb(239,170,253); }
div.DivClassName
{
background-color: #EFAAFD;
}
.BgClassName
{
background-color: #EFAAFD;
}
</style>
border-color css
<style>
span { border-color: #EFAAFD; }
span { border-color: rgb(239,170,253); }
td.TdClassName
{
border-color: #EFAAFD;
}
.TagClassName
{
border-color: #EFAAFD;
}
</style>