Shades of Mauve #CEAEFD
Tints of Mauve #CEAEFD
RGB
CMYK
RGB Variations
Color information
#CEAEFD (or 0xCEAEFD) is known color: Mauve. HEX triplet: CE, AE and FD. RGB value is (206,174,253). Sum of RGB (Red+Green+Blue) = 206+174+253=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAEFD is #315102. Grayscale: #C0C0C0. Windows color (decimal): -3232003 or 16625358. OLE color: 16625358.
HSL color Cylindrical-coordinate representation of color #CEAEFD: hue angle of 264.3º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEAEFD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 174 | 253 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.01 |
| HSL | 264.3º | 0.95% | 0.84% | - |
| HSV(B) | 264.3º | 0.31% | 0.99% | - |
| XYZ | 58.32 | 50.49 | 99.6 | - |
| YUV | 192.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 253 | 0.19 | 0.31 | 0 | 0.01 | 264.3 | 0.95 | 0.84 |
| Hex | CE | AE | FD | 13 | 1F | 0 | 1 | 108 | 5F | 54 |
| Octal | 316 | 256 | 375 | 23 | 37 | 0 | 1 | 410 | 137 | 124 |
| Binary | 11001110 | 10101110 | 11111101 | 10011 | 11111 | 0 | 1 | 100001000 | 1011111 | 1010100 |
Color Harmonies of #CEAEFD
Complementary color
Monochromatic Colors of #CEAEFD
Black with #CEAEFD
Text Example
Text Example
White with #CEAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEFD; }
p { color: rgb(206,174,253); }
H1.HeaderClassName
{
color: #CEAEFD;
}
.AnyTagClassName
{
color: #CEAEFD;
}
</style>
background-color css
<style>
a { background-color: #CEAEFD; }
a { background-color: rgb(206,174,253); }
div.DivClassName
{
background-color: #CEAEFD;
}
.BgClassName
{
background-color: #CEAEFD;
}
</style>
border-color css
<style>
span { border-color: #CEAEFD; }
span { border-color: rgb(206,174,253); }
td.TdClassName
{
border-color: #CEAEFD;
}
.TagClassName
{
border-color: #CEAEFD;
}
</style>