Shades of Mauve #CEA2FB
Tints of Mauve #CEA2FB
RGB
CMYK
RGB Variations
Color information
#CEA2FB (or 0xCEA2FB) is known color: Mauve. HEX triplet: CE, A2 and FB. RGB value is (206,162,251). Sum of RGB (Red+Green+Blue) = 206+162+251=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEA2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2FB is #315D04. Grayscale: #B8B8B8. Windows color (decimal): -3235077 or 16491214. OLE color: 16491214.
HSL color Cylindrical-coordinate representation of color #CEA2FB: hue angle of 269.66º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEA2FB is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 162 | 251 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.02 |
| HSL | 269.66º | 0.92% | 0.81% | - |
| HSV(B) | 269.66º | 0.35% | 0.98% | - |
| XYZ | 55.79 | 45.93 | 97.19 | - |
| YUV | 185.3 | 165.08 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 251 | 0.18 | 0.35 | 0 | 0.02 | 269.66 | 0.92 | 0.81 |
| Hex | CE | A2 | FB | 12 | 23 | 0 | 2 | 10E | 5C | 51 |
| Octal | 316 | 242 | 373 | 22 | 43 | 0 | 2 | 416 | 134 | 121 |
| Binary | 11001110 | 10100010 | 11111011 | 10010 | 100011 | 0 | 10 | 100001110 | 1011100 | 1010001 |
Color Harmonies of #CEA2FB
Complementary color
Monochromatic Colors of #CEA2FB
Black with #CEA2FB
Text Example
Text Example
White with #CEA2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2FB; }
p { color: rgb(206,162,251); }
H1.HeaderClassName
{
color: #CEA2FB;
}
.AnyTagClassName
{
color: #CEA2FB;
}
</style>
background-color css
<style>
a { background-color: #CEA2FB; }
a { background-color: rgb(206,162,251); }
div.DivClassName
{
background-color: #CEA2FB;
}
.BgClassName
{
background-color: #CEA2FB;
}
</style>
border-color css
<style>
span { border-color: #CEA2FB; }
span { border-color: rgb(206,162,251); }
td.TdClassName
{
border-color: #CEA2FB;
}
.TagClassName
{
border-color: #CEA2FB;
}
</style>