Shades of Mauve #CEA5FE
Tints of Mauve #CEA5FE
RGB
CMYK
RGB Variations
Color information
#CEA5FE (or 0xCEA5FE) is known color: Mauve. HEX triplet: CE, A5 and FE. RGB value is (206,165,254). Sum of RGB (Red+Green+Blue) = 206+165+254=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA5FE is #315A01. Grayscale: #BBBBBB. Windows color (decimal): -3234306 or 16688590. OLE color: 16688590.
HSL color Cylindrical-coordinate representation of color #CEA5FE: hue angle of 267.64º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEA5FE is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 165 | 254 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.00 |
| HSL | 267.64º | 0.98% | 0.82% | - |
| HSV(B) | 267.64º | 0.35% | 1% | - |
| XYZ | 56.8 | 47.19 | 99.88 | - |
| YUV | 187.41 | 165.58 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 254 | 0.19 | 0.35 | 0 | 0.00 | 267.64 | 0.98 | 0.82 |
| Hex | CE | A5 | FE | 13 | 23 | 0 | 0 | 10C | 62 | 52 |
| Octal | 316 | 245 | 376 | 23 | 43 | 0 | 0 | 414 | 142 | 122 |
| Binary | 11001110 | 10100101 | 11111110 | 10011 | 100011 | 0 | 0 | 100001100 | 1100010 | 1010010 |
Color Harmonies of #CEA5FE
Complementary color
Monochromatic Colors of #CEA5FE
Black with #CEA5FE
Text Example
Text Example
White with #CEA5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA5FE; }
p { color: rgb(206,165,254); }
H1.HeaderClassName
{
color: #CEA5FE;
}
.AnyTagClassName
{
color: #CEA5FE;
}
</style>
background-color css
<style>
a { background-color: #CEA5FE; }
a { background-color: rgb(206,165,254); }
div.DivClassName
{
background-color: #CEA5FE;
}
.BgClassName
{
background-color: #CEA5FE;
}
</style>
border-color css
<style>
span { border-color: #CEA5FE; }
span { border-color: rgb(206,165,254); }
td.TdClassName
{
border-color: #CEA5FE;
}
.TagClassName
{
border-color: #CEA5FE;
}
</style>