Shades of Mauve #CEA3FD
Tints of Mauve #CEA3FD
RGB
CMYK
RGB Variations
Color information
#CEA3FD (or 0xCEA3FD) is known color: Mauve. HEX triplet: CE, A3 and FD. RGB value is (206,163,253). Sum of RGB (Red+Green+Blue) = 206+163+253=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 163 (64.06% from 255 or 26.21% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEA3FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA3FD is #315C02. Grayscale: #B9B9B9. Windows color (decimal): -3234819 or 16622542. OLE color: 16622542.
HSL color Cylindrical-coordinate representation of color #CEA3FD: hue angle of 268.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEA3FD is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 163 | 253 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.01 |
| HSL | 268.67º | 0.96% | 0.82% | - |
| HSV(B) | 268.67º | 0.36% | 0.99% | - |
| XYZ | 56.28 | 46.41 | 98.92 | - |
| YUV | 186.12 | 165.75 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 253 | 0.19 | 0.36 | 0 | 0.01 | 268.67 | 0.96 | 0.82 |
| Hex | CE | A3 | FD | 13 | 24 | 0 | 1 | 10D | 60 | 52 |
| Octal | 316 | 243 | 375 | 23 | 44 | 0 | 1 | 415 | 140 | 122 |
| Binary | 11001110 | 10100011 | 11111101 | 10011 | 100100 | 0 | 1 | 100001101 | 1100000 | 1010010 |
Color Harmonies of #CEA3FD
Complementary color
Monochromatic Colors of #CEA3FD
Black with #CEA3FD
Text Example
Text Example
White with #CEA3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3FD; }
p { color: rgb(206,163,253); }
H1.HeaderClassName
{
color: #CEA3FD;
}
.AnyTagClassName
{
color: #CEA3FD;
}
</style>
background-color css
<style>
a { background-color: #CEA3FD; }
a { background-color: rgb(206,163,253); }
div.DivClassName
{
background-color: #CEA3FD;
}
.BgClassName
{
background-color: #CEA3FD;
}
</style>
border-color css
<style>
span { border-color: #CEA3FD; }
span { border-color: rgb(206,163,253); }
td.TdClassName
{
border-color: #CEA3FD;
}
.TagClassName
{
border-color: #CEA3FD;
}
</style>