Shades of Mauve #CEA9FA
Tints of Mauve #CEA9FA
RGB
CMYK
RGB Variations
Color information
#CEA9FA (or 0xCEA9FA) is known color: Mauve. HEX triplet: CE, A9 and FA. RGB value is (206,169,250). Sum of RGB (Red+Green+Blue) = 206+169+250=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA9FA is #315605. Grayscale: #BDBDBD. Windows color (decimal): -3233286 or 16427470. OLE color: 16427470.
HSL color Cylindrical-coordinate representation of color #CEA9FA: hue angle of 267.41º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA9FA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 169 | 250 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.02 |
| HSL | 267.41º | 0.89% | 0.82% | - |
| HSV(B) | 267.41º | 0.32% | 0.98% | - |
| XYZ | 56.9 | 48.4 | 96.79 | - |
| YUV | 189.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 250 | 0.18 | 0.32 | 0 | 0.02 | 267.41 | 0.89 | 0.82 |
| Hex | CE | A9 | FA | 12 | 20 | 0 | 2 | 10B | 59 | 52 |
| Octal | 316 | 251 | 372 | 22 | 40 | 0 | 2 | 413 | 131 | 122 |
| Binary | 11001110 | 10101001 | 11111010 | 10010 | 100000 | 0 | 10 | 100001011 | 1011001 | 1010010 |
Color Harmonies of #CEA9FA
Complementary color
Monochromatic Colors of #CEA9FA
Black with #CEA9FA
Text Example
Text Example
White with #CEA9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9FA; }
p { color: rgb(206,169,250); }
H1.HeaderClassName
{
color: #CEA9FA;
}
.AnyTagClassName
{
color: #CEA9FA;
}
</style>
background-color css
<style>
a { background-color: #CEA9FA; }
a { background-color: rgb(206,169,250); }
div.DivClassName
{
background-color: #CEA9FA;
}
.BgClassName
{
background-color: #CEA9FA;
}
</style>
border-color css
<style>
span { border-color: #CEA9FA; }
span { border-color: rgb(206,169,250); }
td.TdClassName
{
border-color: #CEA9FA;
}
.TagClassName
{
border-color: #CEA9FA;
}
</style>