Shades of Mauve #CEA4F6
Tints of Mauve #CEA4F6
RGB
CMYK
RGB Variations
Color information
#CEA4F6 (or 0xCEA4F6) is known color: Mauve. HEX triplet: CE, A4 and F6. RGB value is (206,164,246). Sum of RGB (Red+Green+Blue) = 206+164+246=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEA4F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA4F6 is #315B09. Grayscale: #B9B9B9. Windows color (decimal): -3234570 or 16164046. OLE color: 16164046.
HSL color Cylindrical-coordinate representation of color #CEA4F6: hue angle of 270.73º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA4F6 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 164 | 246 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.04 |
| HSL | 270.73º | 0.82% | 0.8% | - |
| HSV(B) | 270.73º | 0.33% | 0.96% | - |
| XYZ | 55.36 | 46.33 | 93.21 | - |
| YUV | 185.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 246 | 0.16 | 0.33 | 0 | 0.04 | 270.73 | 0.82 | 0.8 |
| Hex | CE | A4 | F6 | 10 | 21 | 0 | 4 | 10F | 52 | 50 |
| Octal | 316 | 244 | 366 | 20 | 41 | 0 | 4 | 417 | 122 | 120 |
| Binary | 11001110 | 10100100 | 11110110 | 10000 | 100001 | 0 | 100 | 100001111 | 1010010 | 1010000 |
Color Harmonies of #CEA4F6
Complementary color
Monochromatic Colors of #CEA4F6
Black with #CEA4F6
Text Example
Text Example
White with #CEA4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4F6; }
p { color: rgb(206,164,246); }
H1.HeaderClassName
{
color: #CEA4F6;
}
.AnyTagClassName
{
color: #CEA4F6;
}
</style>
background-color css
<style>
a { background-color: #CEA4F6; }
a { background-color: rgb(206,164,246); }
div.DivClassName
{
background-color: #CEA4F6;
}
.BgClassName
{
background-color: #CEA4F6;
}
</style>
border-color css
<style>
span { border-color: #CEA4F6; }
span { border-color: rgb(206,164,246); }
td.TdClassName
{
border-color: #CEA4F6;
}
.TagClassName
{
border-color: #CEA4F6;
}
</style>