Shades of Mauve #CEA9FD
Tints of Mauve #CEA9FD
RGB
CMYK
RGB Variations
Color information
#CEA9FD (or 0xCEA9FD) is known color: Mauve. HEX triplet: CE, A9 and FD. RGB value is (206,169,253). Sum of RGB (Red+Green+Blue) = 206+169+253=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 169 (66.41% from 255 or 26.91% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA9FD is #315602. Grayscale: #BDBDBD. Windows color (decimal): -3233283 or 16624078. OLE color: 16624078.
HSL color Cylindrical-coordinate representation of color #CEA9FD: hue angle of 266.43º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA9FD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 169 | 253 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.01 |
| HSL | 266.43º | 0.95% | 0.83% | - |
| HSV(B) | 266.43º | 0.33% | 0.99% | - |
| XYZ | 57.37 | 48.59 | 99.28 | - |
| YUV | 189.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 253 | 0.19 | 0.33 | 0 | 0.01 | 266.43 | 0.95 | 0.83 |
| Hex | CE | A9 | FD | 13 | 21 | 0 | 1 | 10A | 5F | 53 |
| Octal | 316 | 251 | 375 | 23 | 41 | 0 | 1 | 412 | 137 | 123 |
| Binary | 11001110 | 10101001 | 11111101 | 10011 | 100001 | 0 | 1 | 100001010 | 1011111 | 1010011 |
Color Harmonies of #CEA9FD
Complementary color
Monochromatic Colors of #CEA9FD
Black with #CEA9FD
Text Example
Text Example
White with #CEA9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9FD; }
p { color: rgb(206,169,253); }
H1.HeaderClassName
{
color: #CEA9FD;
}
.AnyTagClassName
{
color: #CEA9FD;
}
</style>
background-color css
<style>
a { background-color: #CEA9FD; }
a { background-color: rgb(206,169,253); }
div.DivClassName
{
background-color: #CEA9FD;
}
.BgClassName
{
background-color: #CEA9FD;
}
</style>
border-color css
<style>
span { border-color: #CEA9FD; }
span { border-color: rgb(206,169,253); }
td.TdClassName
{
border-color: #CEA9FD;
}
.TagClassName
{
border-color: #CEA9FD;
}
</style>