Shades of Mauve #CEA4F7
Tints of Mauve #CEA4F7
RGB
CMYK
RGB Variations
Color information
#CEA4F7 (or 0xCEA4F7) is known color: Mauve. HEX triplet: CE, A4 and F7. RGB value is (206,164,247). Sum of RGB (Red+Green+Blue) = 206+164+247=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 247 (96.88% from 255 or 40.03% from 617); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEA4F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA4F7 is #315B08. Grayscale: #B9B9B9. Windows color (decimal): -3234569 or 16229582. OLE color: 16229582.
HSL color Cylindrical-coordinate representation of color #CEA4F7: hue angle of 270.36º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEA4F7 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 164 | 247 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.03 |
| HSL | 270.36º | 0.84% | 0.81% | - |
| HSV(B) | 270.36º | 0.34% | 0.97% | - |
| XYZ | 55.52 | 46.39 | 94.02 | - |
| YUV | 186.02 | 162.41 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 247 | 0.17 | 0.34 | 0 | 0.03 | 270.36 | 0.84 | 0.81 |
| Hex | CE | A4 | F7 | 11 | 22 | 0 | 3 | 10E | 54 | 51 |
| Octal | 316 | 244 | 367 | 21 | 42 | 0 | 3 | 416 | 124 | 121 |
| Binary | 11001110 | 10100100 | 11110111 | 10001 | 100010 | 0 | 11 | 100001110 | 1010100 | 1010001 |
Color Harmonies of #CEA4F7
Complementary color
Monochromatic Colors of #CEA4F7
Black with #CEA4F7
Text Example
Text Example
White with #CEA4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4F7; }
p { color: rgb(206,164,247); }
H1.HeaderClassName
{
color: #CEA4F7;
}
.AnyTagClassName
{
color: #CEA4F7;
}
</style>
background-color css
<style>
a { background-color: #CEA4F7; }
a { background-color: rgb(206,164,247); }
div.DivClassName
{
background-color: #CEA4F7;
}
.BgClassName
{
background-color: #CEA4F7;
}
</style>
border-color css
<style>
span { border-color: #CEA4F7; }
span { border-color: rgb(206,164,247); }
td.TdClassName
{
border-color: #CEA4F7;
}
.TagClassName
{
border-color: #CEA4F7;
}
</style>