Shades of Mauve #CAAEFC
Tints of Mauve #CAAEFC
RGB
CMYK
RGB Variations
Color information
#CAAEFC (or 0xCAAEFC) is known color: Mauve. HEX triplet: CA, AE and FC. RGB value is (202,174,252). Sum of RGB (Red+Green+Blue) = 202+174+252=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 174 (68.36% from 255 or 27.71% 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 #CAAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEFC is #355103. Grayscale: #BEBEBE. Windows color (decimal): -3494148 or 16559818. OLE color: 16559818.
HSL color Cylindrical-coordinate representation of color #CAAEFC: hue angle of 261.54º 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 #CAAEFC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 174 | 252 | - |
CMYK | 0.20 | 0.31 | 0 | 0.01 |
HSL | 261.54º | 0.93% | 0.84% | - |
HSV(B) | 261.54º | 0.31% | 0.99% | - |
XYZ | 57.06 | 49.86 | 98.71 | - |
YUV | 191.26 | 162.28 | 135.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 174 | 252 | 0.20 | 0.31 | 0 | 0.01 | 261.54 | 0.93 | 0.84 |
Hex | CA | AE | FC | 14 | 1F | 0 | 1 | 106 | 5D | 54 |
Octal | 312 | 256 | 374 | 24 | 37 | 0 | 1 | 406 | 135 | 124 |
Binary | 11001010 | 10101110 | 11111100 | 10100 | 11111 | 0 | 1 | 100000110 | 1011101 | 1010100 |
Color Harmonies of #CAAEFC
Complementary color
Monochromatic Colors of #CAAEFC
Black with #CAAEFC
Text Example
Text Example
White with #CAAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEFC; }
p { color: rgb(202,174,252); }
H1.HeaderClassName
{
color: #CAAEFC;
}
.AnyTagClassName
{
color: #CAAEFC;
}
</style>
background-color css
<style>
a { background-color: #CAAEFC; }
a { background-color: rgb(202,174,252); }
div.DivClassName
{
background-color: #CAAEFC;
}
.BgClassName
{
background-color: #CAAEFC;
}
</style>
border-color css
<style>
span { border-color: #CAAEFC; }
span { border-color: rgb(202,174,252); }
td.TdClassName
{
border-color: #CAAEFC;
}
.TagClassName
{
border-color: #CAAEFC;
}
</style>