Shades of Mauve #CEAEFC
Tints of Mauve #CEAEFC
RGB
CMYK
RGB Variations
Color information
#CEAEFC (or 0xCEAEFC) is known color: Mauve. HEX triplet: CE, AE and FC. RGB value is (206,174,252). Sum of RGB (Red+Green+Blue) = 206+174+252=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAEFC is #315103. Grayscale: #C0C0C0. Windows color (decimal): -3232004 or 16559822. OLE color: 16559822.
HSL color Cylindrical-coordinate representation of color #CEAEFC: hue angle of 264.62º degrees, saturation: 0.93, 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 #CEAEFC is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 174 | 252 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.01 |
| HSL | 264.62º | 0.93% | 0.84% | - |
| HSV(B) | 264.62º | 0.31% | 0.99% | - |
| XYZ | 58.16 | 50.42 | 98.76 | - |
| YUV | 192.46 | 161.6 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 252 | 0.18 | 0.31 | 0 | 0.01 | 264.62 | 0.93 | 0.84 |
| Hex | CE | AE | FC | 12 | 1F | 0 | 1 | 109 | 5D | 54 |
| Octal | 316 | 256 | 374 | 22 | 37 | 0 | 1 | 411 | 135 | 124 |
| Binary | 11001110 | 10101110 | 11111100 | 10010 | 11111 | 0 | 1 | 100001001 | 1011101 | 1010100 |
Color Harmonies of #CEAEFC
Complementary color
Monochromatic Colors of #CEAEFC
Black with #CEAEFC
Text Example
Text Example
White with #CEAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEFC; }
p { color: rgb(206,174,252); }
H1.HeaderClassName
{
color: #CEAEFC;
}
.AnyTagClassName
{
color: #CEAEFC;
}
</style>
background-color css
<style>
a { background-color: #CEAEFC; }
a { background-color: rgb(206,174,252); }
div.DivClassName
{
background-color: #CEAEFC;
}
.BgClassName
{
background-color: #CEAEFC;
}
</style>
border-color css
<style>
span { border-color: #CEAEFC; }
span { border-color: rgb(206,174,252); }
td.TdClassName
{
border-color: #CEAEFC;
}
.TagClassName
{
border-color: #CEAEFC;
}
</style>