Shades of Mauve #CEA9FB
Tints of Mauve #CEA9FB
RGB
CMYK
RGB Variations
Color information
#CEA9FB (or 0xCEA9FB) is known color: Mauve. HEX triplet: CE, A9 and FB. RGB value is (206,169,251). Sum of RGB (Red+Green+Blue) = 206+169+251=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEA9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA9FB is #315604. Grayscale: #BDBDBD. Windows color (decimal): -3233285 or 16493006. OLE color: 16493006.
HSL color Cylindrical-coordinate representation of color #CEA9FB: hue angle of 267.07º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA9FB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 169 | 251 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.02 |
| HSL | 267.07º | 0.91% | 0.82% | - |
| HSV(B) | 267.07º | 0.33% | 0.98% | - |
| XYZ | 57.05 | 48.46 | 97.61 | - |
| YUV | 189.41 | 162.76 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 251 | 0.18 | 0.33 | 0 | 0.02 | 267.07 | 0.91 | 0.82 |
| Hex | CE | A9 | FB | 12 | 21 | 0 | 2 | 10B | 5B | 52 |
| Octal | 316 | 251 | 373 | 22 | 41 | 0 | 2 | 413 | 133 | 122 |
| Binary | 11001110 | 10101001 | 11111011 | 10010 | 100001 | 0 | 10 | 100001011 | 1011011 | 1010010 |
Color Harmonies of #CEA9FB
Complementary color
Monochromatic Colors of #CEA9FB
Black with #CEA9FB
Text Example
Text Example
White with #CEA9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9FB; }
p { color: rgb(206,169,251); }
H1.HeaderClassName
{
color: #CEA9FB;
}
.AnyTagClassName
{
color: #CEA9FB;
}
</style>
background-color css
<style>
a { background-color: #CEA9FB; }
a { background-color: rgb(206,169,251); }
div.DivClassName
{
background-color: #CEA9FB;
}
.BgClassName
{
background-color: #CEA9FB;
}
</style>
border-color css
<style>
span { border-color: #CEA9FB; }
span { border-color: rgb(206,169,251); }
td.TdClassName
{
border-color: #CEA9FB;
}
.TagClassName
{
border-color: #CEA9FB;
}
</style>