Shades of Mauve #CEA9FF
Tints of Mauve #CEA9FF
RGB
CMYK
RGB Variations
Color information
#CEA9FF (or 0xCEA9FF) is known color: Mauve. HEX triplet: CE, A9 and FF. RGB value is (206,169,255). Sum of RGB (Red+Green+Blue) = 206+169+255=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA9FF is #315600. Grayscale: #BDBDBD. Windows color (decimal): -3233281 or 16755150. OLE color: 16755150.
HSL color Cylindrical-coordinate representation of color #CEA9FF: hue angle of 265.81º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEA9FF is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 169 | 255 | - |
| CMYK | 0.19 | 0.34 | 0 | 0 |
| HSL | 265.81º | 1% | 0.83% | - |
| HSV(B) | 265.81º | 0.34% | 1% | - |
| XYZ | 57.69 | 48.72 | 100.97 | - |
| YUV | 189.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 255 | 0.19 | 0.34 | 0 | 0 | 265.81 | 1 | 0.83 |
| Hex | CE | A9 | FF | 13 | 22 | 0 | 0 | 10A | 64 | 53 |
| Octal | 316 | 251 | 377 | 23 | 42 | 0 | 0 | 412 | 144 | 123 |
| Binary | 11001110 | 10101001 | 11111111 | 10011 | 100010 | 0 | 0 | 100001010 | 1100100 | 1010011 |
Color Harmonies of #CEA9FF
Complementary color
Monochromatic Colors of #CEA9FF
Black with #CEA9FF
Text Example
Text Example
White with #CEA9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9FF; }
p { color: rgb(206,169,255); }
H1.HeaderClassName
{
color: #CEA9FF;
}
.AnyTagClassName
{
color: #CEA9FF;
}
</style>
background-color css
<style>
a { background-color: #CEA9FF; }
a { background-color: rgb(206,169,255); }
div.DivClassName
{
background-color: #CEA9FF;
}
.BgClassName
{
background-color: #CEA9FF;
}
</style>
border-color css
<style>
span { border-color: #CEA9FF; }
span { border-color: rgb(206,169,255); }
td.TdClassName
{
border-color: #CEA9FF;
}
.TagClassName
{
border-color: #CEA9FF;
}
</style>