Shades of Mauve #CEA2F3
Tints of Mauve #CEA2F3
RGB
CMYK
RGB Variations
Color information
#CEA2F3 (or 0xCEA2F3) is known color: Mauve. HEX triplet: CE, A2 and F3. RGB value is (206,162,243). Sum of RGB (Red+Green+Blue) = 206+162+243=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEA2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2F3 is #315D0C. Grayscale: #B8B8B8. Windows color (decimal): -3235085 or 15966926. OLE color: 15966926.
HSL color Cylindrical-coordinate representation of color #CEA2F3: hue angle of 272.59º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA2F3 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 162 | 243 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.05 |
| HSL | 272.59º | 0.77% | 0.79% | - |
| HSV(B) | 272.59º | 0.33% | 0.95% | - |
| XYZ | 54.55 | 45.43 | 90.69 | - |
| YUV | 184.39 | 161.08 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 243 | 0.15 | 0.33 | 0 | 0.05 | 272.59 | 0.77 | 0.79 |
| Hex | CE | A2 | F3 | F | 21 | 0 | 5 | 111 | 4D | 4F |
| Octal | 316 | 242 | 363 | 17 | 41 | 0 | 5 | 421 | 115 | 117 |
| Binary | 11001110 | 10100010 | 11110011 | 1111 | 100001 | 0 | 101 | 100010001 | 1001101 | 1001111 |
Color Harmonies of #CEA2F3
Complementary color
Monochromatic Colors of #CEA2F3
Black with #CEA2F3
Text Example
Text Example
White with #CEA2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2F3; }
p { color: rgb(206,162,243); }
H1.HeaderClassName
{
color: #CEA2F3;
}
.AnyTagClassName
{
color: #CEA2F3;
}
</style>
background-color css
<style>
a { background-color: #CEA2F3; }
a { background-color: rgb(206,162,243); }
div.DivClassName
{
background-color: #CEA2F3;
}
.BgClassName
{
background-color: #CEA2F3;
}
</style>
border-color css
<style>
span { border-color: #CEA2F3; }
span { border-color: rgb(206,162,243); }
td.TdClassName
{
border-color: #CEA2F3;
}
.TagClassName
{
border-color: #CEA2F3;
}
</style>