Shades of Mauve #CEA8F4
Tints of Mauve #CEA8F4
RGB
CMYK
RGB Variations
Color information
#CEA8F4 (or 0xCEA8F4) is known color: Mauve. HEX triplet: CE, A8 and F4. RGB value is (206,168,244). Sum of RGB (Red+Green+Blue) = 206+168+244=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 244 (95.70% from 255 or 39.48% from 618); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEA8F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8F4 is #31570B. Grayscale: #BBBBBB. Windows color (decimal): -3233548 or 16033998. OLE color: 16033998.
HSL color Cylindrical-coordinate representation of color #CEA8F4: hue angle of 270º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEA8F4 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 168 | 244 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.04 |
| HSL | 270º | 0.78% | 0.81% | - |
| HSV(B) | 270º | 0.31% | 0.96% | - |
| XYZ | 55.79 | 47.66 | 91.85 | - |
| YUV | 188.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 244 | 0.16 | 0.31 | 0 | 0.04 | 270 | 0.78 | 0.81 |
| Hex | CE | A8 | F4 | 10 | 1F | 0 | 4 | 10E | 4E | 51 |
| Octal | 316 | 250 | 364 | 20 | 37 | 0 | 4 | 416 | 116 | 121 |
| Binary | 11001110 | 10101000 | 11110100 | 10000 | 11111 | 0 | 100 | 100001110 | 1001110 | 1010001 |
Color Harmonies of #CEA8F4
Complementary color
Monochromatic Colors of #CEA8F4
Black with #CEA8F4
Text Example
Text Example
White with #CEA8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8F4; }
p { color: rgb(206,168,244); }
H1.HeaderClassName
{
color: #CEA8F4;
}
.AnyTagClassName
{
color: #CEA8F4;
}
</style>
background-color css
<style>
a { background-color: #CEA8F4; }
a { background-color: rgb(206,168,244); }
div.DivClassName
{
background-color: #CEA8F4;
}
.BgClassName
{
background-color: #CEA8F4;
}
</style>
border-color css
<style>
span { border-color: #CEA8F4; }
span { border-color: rgb(206,168,244); }
td.TdClassName
{
border-color: #CEA8F4;
}
.TagClassName
{
border-color: #CEA8F4;
}
</style>