Shades of Mauve #CEA8F8
Tints of Mauve #CEA8F8
RGB
CMYK
RGB Variations
Color information
#CEA8F8 (or 0xCEA8F8) is known color: Mauve. HEX triplet: CE, A8 and F8. RGB value is (206,168,248). Sum of RGB (Red+Green+Blue) = 206+168+248=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 168 (66.02% from 255 or 27.01% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEA8F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8F8 is #315707. Grayscale: #BCBCBC. Windows color (decimal): -3233544 or 16296142. OLE color: 16296142.
HSL color Cylindrical-coordinate representation of color #CEA8F8: hue angle of 268.5º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA8F8 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 206 | 168 | 248 | - |
CMYK | 0.17 | 0.32 | 0 | 0.03 |
HSL | 268.5º | 0.85% | 0.82% | - |
HSV(B) | 268.5º | 0.32% | 0.97% | - |
XYZ | 56.4 | 47.9 | 95.08 | - |
YUV | 188.48 | 161.59 | 140.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 168 | 248 | 0.17 | 0.32 | 0 | 0.03 | 268.5 | 0.85 | 0.82 |
Hex | CE | A8 | F8 | 11 | 20 | 0 | 3 | 10C | 55 | 52 |
Octal | 316 | 250 | 370 | 21 | 40 | 0 | 3 | 414 | 125 | 122 |
Binary | 11001110 | 10101000 | 11111000 | 10001 | 100000 | 0 | 11 | 100001100 | 1010101 | 1010010 |
Color Harmonies of #CEA8F8
Complementary color
Monochromatic Colors of #CEA8F8
Black with #CEA8F8
Text Example
Text Example
White with #CEA8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8F8; }
p { color: rgb(206,168,248); }
H1.HeaderClassName
{
color: #CEA8F8;
}
.AnyTagClassName
{
color: #CEA8F8;
}
</style>
background-color css
<style>
a { background-color: #CEA8F8; }
a { background-color: rgb(206,168,248); }
div.DivClassName
{
background-color: #CEA8F8;
}
.BgClassName
{
background-color: #CEA8F8;
}
</style>
border-color css
<style>
span { border-color: #CEA8F8; }
span { border-color: rgb(206,168,248); }
td.TdClassName
{
border-color: #CEA8F8;
}
.TagClassName
{
border-color: #CEA8F8;
}
</style>