Shades of Mauve #CEAAFC
Tints of Mauve #CEAAFC
RGB
CMYK
RGB Variations
Color information
#CEAAFC (or 0xCEAAFC) is known color: Mauve. HEX triplet: CE, AA and FC. RGB value is (206,170,252). Sum of RGB (Red+Green+Blue) = 206+170+252=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEAAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAFC is #315503. Grayscale: #BDBDBD. Windows color (decimal): -3233028 or 16558798. OLE color: 16558798.
HSL color Cylindrical-coordinate representation of color #CEAAFC: hue angle of 266.34º degrees, saturation: 0.93, 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 #CEAAFC is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 170 | 252 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.01 |
| HSL | 266.34º | 0.93% | 0.83% | - |
| HSV(B) | 266.34º | 0.33% | 0.99% | - |
| XYZ | 57.4 | 48.9 | 98.51 | - |
| YUV | 190.11 | 162.93 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 252 | 0.18 | 0.33 | 0 | 0.01 | 266.34 | 0.93 | 0.83 |
| Hex | CE | AA | FC | 12 | 21 | 0 | 1 | 10A | 5D | 53 |
| Octal | 316 | 252 | 374 | 22 | 41 | 0 | 1 | 412 | 135 | 123 |
| Binary | 11001110 | 10101010 | 11111100 | 10010 | 100001 | 0 | 1 | 100001010 | 1011101 | 1010011 |
Color Harmonies of #CEAAFC
Complementary color
Monochromatic Colors of #CEAAFC
Black with #CEAAFC
Text Example
Text Example
White with #CEAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAAFC; }
p { color: rgb(206,170,252); }
H1.HeaderClassName
{
color: #CEAAFC;
}
.AnyTagClassName
{
color: #CEAAFC;
}
</style>
background-color css
<style>
a { background-color: #CEAAFC; }
a { background-color: rgb(206,170,252); }
div.DivClassName
{
background-color: #CEAAFC;
}
.BgClassName
{
background-color: #CEAAFC;
}
</style>
border-color css
<style>
span { border-color: #CEAAFC; }
span { border-color: rgb(206,170,252); }
td.TdClassName
{
border-color: #CEAAFC;
}
.TagClassName
{
border-color: #CEAAFC;
}
</style>