Shades of Mauve #CEAAF2
Tints of Mauve #CEAAF2
RGB
CMYK
RGB Variations
Color information
#CEAAF2 (or 0xCEAAF2) is known color: Mauve. HEX triplet: CE, AA and F2. RGB value is (206,170,242). Sum of RGB (Red+Green+Blue) = 206+170+242=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAF2 is #31550D. Grayscale: #BCBCBC. Windows color (decimal): -3233038 or 15903438. OLE color: 15903438.
HSL color Cylindrical-coordinate representation of color #CEAAF2: hue angle of 270º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEAAF2 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 170 | 242 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.05 |
| HSL | 270º | 0.73% | 0.81% | - |
| HSV(B) | 270º | 0.3% | 0.95% | - |
| XYZ | 55.86 | 48.28 | 90.38 | - |
| YUV | 188.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 242 | 0.15 | 0.30 | 0 | 0.05 | 270 | 0.73 | 0.81 |
| Hex | CE | AA | F2 | F | 1E | 0 | 5 | 10E | 49 | 51 |
| Octal | 316 | 252 | 362 | 17 | 36 | 0 | 5 | 416 | 111 | 121 |
| Binary | 11001110 | 10101010 | 11110010 | 1111 | 11110 | 0 | 101 | 100001110 | 1001001 | 1010001 |
Color Harmonies of #CEAAF2
Complementary color
Monochromatic Colors of #CEAAF2
Black with #CEAAF2
Text Example
Text Example
White with #CEAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAAF2; }
p { color: rgb(206,170,242); }
H1.HeaderClassName
{
color: #CEAAF2;
}
.AnyTagClassName
{
color: #CEAAF2;
}
</style>
background-color css
<style>
a { background-color: #CEAAF2; }
a { background-color: rgb(206,170,242); }
div.DivClassName
{
background-color: #CEAAF2;
}
.BgClassName
{
background-color: #CEAAF2;
}
</style>
border-color css
<style>
span { border-color: #CEAAF2; }
span { border-color: rgb(206,170,242); }
td.TdClassName
{
border-color: #CEAAF2;
}
.TagClassName
{
border-color: #CEAAF2;
}
</style>