Shades of Mauve #CEAAFF
Tints of Mauve #CEAAFF
RGB
CMYK
RGB Variations
Color information
#CEAAFF (or 0xCEAAFF) is known color: Mauve. HEX triplet: CE, AA and FF. RGB value is (206,170,255). Sum of RGB (Red+Green+Blue) = 206+170+255=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAFF is #315500. Grayscale: #BEBEBE. Windows color (decimal): -3233025 or 16755406. OLE color: 16755406.
HSL color Cylindrical-coordinate representation of color #CEAAFF: hue angle of 265.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEAAFF is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 170 | 255 | - |
| CMYK | 0.19 | 0.33 | 0 | 0 |
| HSL | 265.41º | 1% | 0.83% | - |
| HSV(B) | 265.41º | 0.33% | 1% | - |
| XYZ | 57.88 | 49.09 | 101.03 | - |
| YUV | 190.45 | 164.43 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 255 | 0.19 | 0.33 | 0 | 0 | 265.41 | 1 | 0.83 |
| Hex | CE | AA | FF | 13 | 21 | 0 | 0 | 109 | 64 | 53 |
| Octal | 316 | 252 | 377 | 23 | 41 | 0 | 0 | 411 | 144 | 123 |
| Binary | 11001110 | 10101010 | 11111111 | 10011 | 100001 | 0 | 0 | 100001001 | 1100100 | 1010011 |
Color Harmonies of #CEAAFF
Complementary color
Monochromatic Colors of #CEAAFF
Black with #CEAAFF
Text Example
Text Example
White with #CEAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAAFF; }
p { color: rgb(206,170,255); }
H1.HeaderClassName
{
color: #CEAAFF;
}
.AnyTagClassName
{
color: #CEAAFF;
}
</style>
background-color css
<style>
a { background-color: #CEAAFF; }
a { background-color: rgb(206,170,255); }
div.DivClassName
{
background-color: #CEAAFF;
}
.BgClassName
{
background-color: #CEAAFF;
}
</style>
border-color css
<style>
span { border-color: #CEAAFF; }
span { border-color: rgb(206,170,255); }
td.TdClassName
{
border-color: #CEAAFF;
}
.TagClassName
{
border-color: #CEAAFF;
}
</style>