Shades of Mauve #CEAAFE
Tints of Mauve #CEAAFE
RGB
CMYK
RGB Variations
Color information
#CEAAFE (or 0xCEAAFE) is known color: Mauve. HEX triplet: CE, AA and FE. RGB value is (206,170,254). Sum of RGB (Red+Green+Blue) = 206+170+254=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAFE is #315501. Grayscale: #BEBEBE. Windows color (decimal): -3233026 or 16689870. OLE color: 16689870.
HSL color Cylindrical-coordinate representation of color #CEAAFE: hue angle of 265.71º 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 #CEAAFE is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 170 | 254 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.00 |
| HSL | 265.71º | 0.98% | 0.83% | - |
| HSV(B) | 265.71º | 0.33% | 1% | - |
| XYZ | 57.72 | 49.03 | 100.19 | - |
| YUV | 190.34 | 163.93 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 254 | 0.19 | 0.33 | 0 | 0.00 | 265.71 | 0.98 | 0.83 |
| Hex | CE | AA | FE | 13 | 21 | 0 | 0 | 10A | 62 | 53 |
| Octal | 316 | 252 | 376 | 23 | 41 | 0 | 0 | 412 | 142 | 123 |
| Binary | 11001110 | 10101010 | 11111110 | 10011 | 100001 | 0 | 0 | 100001010 | 1100010 | 1010011 |
Color Harmonies of #CEAAFE
Complementary color
Monochromatic Colors of #CEAAFE
Black with #CEAAFE
Text Example
Text Example
White with #CEAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAAFE; }
p { color: rgb(206,170,254); }
H1.HeaderClassName
{
color: #CEAAFE;
}
.AnyTagClassName
{
color: #CEAAFE;
}
</style>
background-color css
<style>
a { background-color: #CEAAFE; }
a { background-color: rgb(206,170,254); }
div.DivClassName
{
background-color: #CEAAFE;
}
.BgClassName
{
background-color: #CEAAFE;
}
</style>
border-color css
<style>
span { border-color: #CEAAFE; }
span { border-color: rgb(206,170,254); }
td.TdClassName
{
border-color: #CEAAFE;
}
.TagClassName
{
border-color: #CEAAFE;
}
</style>