Shades of Mauve #CEA2FA
Tints of Mauve #CEA2FA
RGB
CMYK
RGB Variations
Color information
#CEA2FA (or 0xCEA2FA) is known color: Mauve. HEX triplet: CE, A2 and FA. RGB value is (206,162,250). Sum of RGB (Red+Green+Blue) = 206+162+250=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2FA is #315D05. Grayscale: #B8B8B8. Windows color (decimal): -3235078 or 16425678. OLE color: 16425678.
HSL color Cylindrical-coordinate representation of color #CEA2FA: hue angle of 270º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEA2FA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 162 | 250 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.02 |
| HSL | 270º | 0.9% | 0.81% | - |
| HSV(B) | 270º | 0.35% | 0.98% | - |
| XYZ | 55.63 | 45.86 | 96.36 | - |
| YUV | 185.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 250 | 0.18 | 0.35 | 0 | 0.02 | 270 | 0.9 | 0.81 |
| Hex | CE | A2 | FA | 12 | 23 | 0 | 2 | 10E | 5A | 51 |
| Octal | 316 | 242 | 372 | 22 | 43 | 0 | 2 | 416 | 132 | 121 |
| Binary | 11001110 | 10100010 | 11111010 | 10010 | 100011 | 0 | 10 | 100001110 | 1011010 | 1010001 |
Color Harmonies of #CEA2FA
Complementary color
Monochromatic Colors of #CEA2FA
Black with #CEA2FA
Text Example
Text Example
White with #CEA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2FA; }
p { color: rgb(206,162,250); }
H1.HeaderClassName
{
color: #CEA2FA;
}
.AnyTagClassName
{
color: #CEA2FA;
}
</style>
background-color css
<style>
a { background-color: #CEA2FA; }
a { background-color: rgb(206,162,250); }
div.DivClassName
{
background-color: #CEA2FA;
}
.BgClassName
{
background-color: #CEA2FA;
}
</style>
border-color css
<style>
span { border-color: #CEA2FA; }
span { border-color: rgb(206,162,250); }
td.TdClassName
{
border-color: #CEA2FA;
}
.TagClassName
{
border-color: #CEA2FA;
}
</style>