Shades of Mauve #CEA9FE
Tints of Mauve #CEA9FE
RGB
CMYK
RGB Variations
Color information
#CEA9FE (or 0xCEA9FE) is known color: Mauve. HEX triplet: CE, A9 and FE. RGB value is (206,169,254). Sum of RGB (Red+Green+Blue) = 206+169+254=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA9FE is #315601. Grayscale: #BDBDBD. Windows color (decimal): -3233282 or 16689614. OLE color: 16689614.
HSL color Cylindrical-coordinate representation of color #CEA9FE: hue angle of 266.12º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA9FE is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 169 | 254 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.00 |
| HSL | 266.12º | 0.98% | 0.83% | - |
| HSV(B) | 266.12º | 0.33% | 1% | - |
| XYZ | 57.53 | 48.65 | 100.12 | - |
| YUV | 189.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 254 | 0.19 | 0.33 | 0 | 0.00 | 266.12 | 0.98 | 0.83 |
| Hex | CE | A9 | FE | 13 | 21 | 0 | 0 | 10A | 62 | 53 |
| Octal | 316 | 251 | 376 | 23 | 41 | 0 | 0 | 412 | 142 | 123 |
| Binary | 11001110 | 10101001 | 11111110 | 10011 | 100001 | 0 | 0 | 100001010 | 1100010 | 1010011 |
Color Harmonies of #CEA9FE
Complementary color
Monochromatic Colors of #CEA9FE
Black with #CEA9FE
Text Example
Text Example
White with #CEA9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9FE; }
p { color: rgb(206,169,254); }
H1.HeaderClassName
{
color: #CEA9FE;
}
.AnyTagClassName
{
color: #CEA9FE;
}
</style>
background-color css
<style>
a { background-color: #CEA9FE; }
a { background-color: rgb(206,169,254); }
div.DivClassName
{
background-color: #CEA9FE;
}
.BgClassName
{
background-color: #CEA9FE;
}
</style>
border-color css
<style>
span { border-color: #CEA9FE; }
span { border-color: rgb(206,169,254); }
td.TdClassName
{
border-color: #CEA9FE;
}
.TagClassName
{
border-color: #CEA9FE;
}
</style>