Shades of Mauve #CEA2F8
Tints of Mauve #CEA2F8
RGB
CMYK
RGB Variations
Color information
#CEA2F8 (or 0xCEA2F8) is known color: Mauve. HEX triplet: CE, A2 and F8. RGB value is (206,162,248). Sum of RGB (Red+Green+Blue) = 206+162+248=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEA2F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2F8 is #315D07. Grayscale: #B8B8B8. Windows color (decimal): -3235080 or 16294606. OLE color: 16294606.
HSL color Cylindrical-coordinate representation of color #CEA2F8: hue angle of 270.7º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEA2F8 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 162 | 248 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.03 |
| HSL | 270.7º | 0.86% | 0.8% | - |
| HSV(B) | 270.7º | 0.35% | 0.97% | - |
| XYZ | 55.32 | 45.74 | 94.72 | - |
| YUV | 184.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 248 | 0.17 | 0.35 | 0 | 0.03 | 270.7 | 0.86 | 0.8 |
| Hex | CE | A2 | F8 | 11 | 23 | 0 | 3 | 10F | 56 | 50 |
| Octal | 316 | 242 | 370 | 21 | 43 | 0 | 3 | 417 | 126 | 120 |
| Binary | 11001110 | 10100010 | 11111000 | 10001 | 100011 | 0 | 11 | 100001111 | 1010110 | 1010000 |
Color Harmonies of #CEA2F8
Complementary color
Monochromatic Colors of #CEA2F8
Black with #CEA2F8
Text Example
Text Example
White with #CEA2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2F8; }
p { color: rgb(206,162,248); }
H1.HeaderClassName
{
color: #CEA2F8;
}
.AnyTagClassName
{
color: #CEA2F8;
}
</style>
background-color css
<style>
a { background-color: #CEA2F8; }
a { background-color: rgb(206,162,248); }
div.DivClassName
{
background-color: #CEA2F8;
}
.BgClassName
{
background-color: #CEA2F8;
}
</style>
border-color css
<style>
span { border-color: #CEA2F8; }
span { border-color: rgb(206,162,248); }
td.TdClassName
{
border-color: #CEA2F8;
}
.TagClassName
{
border-color: #CEA2F8;
}
</style>