Shades of Mauve #CEA4FF
Tints of Mauve #CEA4FF
RGB
CMYK
RGB Variations
Color information
#CEA4FF (or 0xCEA4FF) is known color: Mauve. HEX triplet: CE, A4 and FF. RGB value is (206,164,255). Sum of RGB (Red+Green+Blue) = 206+164+255=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA4FF is #315B00. Grayscale: #BABABA. Windows color (decimal): -3234561 or 16753870. OLE color: 16753870.
HSL color Cylindrical-coordinate representation of color #CEA4FF: hue angle of 267.69º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEA4FF is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 164 | 255 | - |
| CMYK | 0.19 | 0.36 | 0 | 0 |
| HSL | 267.69º | 1% | 0.82% | - |
| HSV(B) | 267.69º | 0.36% | 1% | - |
| XYZ | 56.78 | 46.89 | 100.67 | - |
| YUV | 186.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 255 | 0.19 | 0.36 | 0 | 0 | 267.69 | 1 | 0.82 |
| Hex | CE | A4 | FF | 13 | 24 | 0 | 0 | 10C | 64 | 52 |
| Octal | 316 | 244 | 377 | 23 | 44 | 0 | 0 | 414 | 144 | 122 |
| Binary | 11001110 | 10100100 | 11111111 | 10011 | 100100 | 0 | 0 | 100001100 | 1100100 | 1010010 |
Color Harmonies of #CEA4FF
Complementary color
Monochromatic Colors of #CEA4FF
Black with #CEA4FF
Text Example
Text Example
White with #CEA4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4FF; }
p { color: rgb(206,164,255); }
H1.HeaderClassName
{
color: #CEA4FF;
}
.AnyTagClassName
{
color: #CEA4FF;
}
</style>
background-color css
<style>
a { background-color: #CEA4FF; }
a { background-color: rgb(206,164,255); }
div.DivClassName
{
background-color: #CEA4FF;
}
.BgClassName
{
background-color: #CEA4FF;
}
</style>
border-color css
<style>
span { border-color: #CEA4FF; }
span { border-color: rgb(206,164,255); }
td.TdClassName
{
border-color: #CEA4FF;
}
.TagClassName
{
border-color: #CEA4FF;
}
</style>