Shades of Mauve #CEACFD
Tints of Mauve #CEACFD
RGB
CMYK
RGB Variations
Color information
#CEACFD (or 0xCEACFD) is known color: Mauve. HEX triplet: CE, AC and FD. RGB value is (206,172,253). Sum of RGB (Red+Green+Blue) = 206+172+253=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACFD is #315302. Grayscale: #BFBFBF. Windows color (decimal): -3232515 or 16624846. OLE color: 16624846.
HSL color Cylindrical-coordinate representation of color #CEACFD: hue angle of 265.19º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEACFD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 172 | 253 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.01 |
| HSL | 265.19º | 0.95% | 0.83% | - |
| HSV(B) | 265.19º | 0.32% | 0.99% | - |
| XYZ | 57.94 | 49.72 | 99.47 | - |
| YUV | 191.4 | 162.76 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 253 | 0.19 | 0.32 | 0 | 0.01 | 265.19 | 0.95 | 0.83 |
| Hex | CE | AC | FD | 13 | 20 | 0 | 1 | 109 | 5F | 53 |
| Octal | 316 | 254 | 375 | 23 | 40 | 0 | 1 | 411 | 137 | 123 |
| Binary | 11001110 | 10101100 | 11111101 | 10011 | 100000 | 0 | 1 | 100001001 | 1011111 | 1010011 |
Color Harmonies of #CEACFD
Complementary color
Monochromatic Colors of #CEACFD
Black with #CEACFD
Text Example
Text Example
White with #CEACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACFD; }
p { color: rgb(206,172,253); }
H1.HeaderClassName
{
color: #CEACFD;
}
.AnyTagClassName
{
color: #CEACFD;
}
</style>
background-color css
<style>
a { background-color: #CEACFD; }
a { background-color: rgb(206,172,253); }
div.DivClassName
{
background-color: #CEACFD;
}
.BgClassName
{
background-color: #CEACFD;
}
</style>
border-color css
<style>
span { border-color: #CEACFD; }
span { border-color: rgb(206,172,253); }
td.TdClassName
{
border-color: #CEACFD;
}
.TagClassName
{
border-color: #CEACFD;
}
</style>