Shades of Mauve #CEA0FD
Tints of Mauve #CEA0FD
RGB
CMYK
RGB Variations
Color information
#CEA0FD (or 0xCEA0FD) is known color: Mauve. HEX triplet: CE, A0 and FD. RGB value is (206,160,253). Sum of RGB (Red+Green+Blue) = 206+160+253=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEA0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0FD is #315F02. Grayscale: #B8B8B8. Windows color (decimal): -3235587 or 16621774. OLE color: 16621774.
HSL color Cylindrical-coordinate representation of color #CEA0FD: hue angle of 269.68º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEA0FD is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 160 | 253 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.01 |
| HSL | 269.68º | 0.96% | 0.81% | - |
| HSV(B) | 269.68º | 0.37% | 0.99% | - |
| XYZ | 55.75 | 45.36 | 98.74 | - |
| YUV | 184.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 253 | 0.19 | 0.37 | 0 | 0.01 | 269.68 | 0.96 | 0.81 |
| Hex | CE | A0 | FD | 13 | 25 | 0 | 1 | 10E | 60 | 51 |
| Octal | 316 | 240 | 375 | 23 | 45 | 0 | 1 | 416 | 140 | 121 |
| Binary | 11001110 | 10100000 | 11111101 | 10011 | 100101 | 0 | 1 | 100001110 | 1100000 | 1010001 |
Color Harmonies of #CEA0FD
Complementary color
Monochromatic Colors of #CEA0FD
Black with #CEA0FD
Text Example
Text Example
White with #CEA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0FD; }
p { color: rgb(206,160,253); }
H1.HeaderClassName
{
color: #CEA0FD;
}
.AnyTagClassName
{
color: #CEA0FD;
}
</style>
background-color css
<style>
a { background-color: #CEA0FD; }
a { background-color: rgb(206,160,253); }
div.DivClassName
{
background-color: #CEA0FD;
}
.BgClassName
{
background-color: #CEA0FD;
}
</style>
border-color css
<style>
span { border-color: #CEA0FD; }
span { border-color: rgb(206,160,253); }
td.TdClassName
{
border-color: #CEA0FD;
}
.TagClassName
{
border-color: #CEA0FD;
}
</style>