Shades of Mauve #CEA4FB
Tints of Mauve #CEA4FB
RGB
CMYK
RGB Variations
Color information
#CEA4FB (or 0xCEA4FB) is known color: Mauve. HEX triplet: CE, A4 and FB. RGB value is (206,164,251). Sum of RGB (Red+Green+Blue) = 206+164+251=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEA4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA4FB is #315B04. Grayscale: #BABABA. Windows color (decimal): -3234565 or 16491726. OLE color: 16491726.
HSL color Cylindrical-coordinate representation of color #CEA4FB: hue angle of 268.97º 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 #CEA4FB is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 164 | 251 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.02 |
| HSL | 268.97º | 0.92% | 0.81% | - |
| HSV(B) | 268.97º | 0.35% | 0.98% | - |
| XYZ | 56.14 | 46.64 | 97.31 | - |
| YUV | 186.48 | 164.41 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 251 | 0.18 | 0.35 | 0 | 0.02 | 268.97 | 0.92 | 0.81 |
| Hex | CE | A4 | FB | 12 | 23 | 0 | 2 | 10D | 5C | 51 |
| Octal | 316 | 244 | 373 | 22 | 43 | 0 | 2 | 415 | 134 | 121 |
| Binary | 11001110 | 10100100 | 11111011 | 10010 | 100011 | 0 | 10 | 100001101 | 1011100 | 1010001 |
Color Harmonies of #CEA4FB
Complementary color
Monochromatic Colors of #CEA4FB
Black with #CEA4FB
Text Example
Text Example
White with #CEA4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4FB; }
p { color: rgb(206,164,251); }
H1.HeaderClassName
{
color: #CEA4FB;
}
.AnyTagClassName
{
color: #CEA4FB;
}
</style>
background-color css
<style>
a { background-color: #CEA4FB; }
a { background-color: rgb(206,164,251); }
div.DivClassName
{
background-color: #CEA4FB;
}
.BgClassName
{
background-color: #CEA4FB;
}
</style>
border-color css
<style>
span { border-color: #CEA4FB; }
span { border-color: rgb(206,164,251); }
td.TdClassName
{
border-color: #CEA4FB;
}
.TagClassName
{
border-color: #CEA4FB;
}
</style>