Shades of Mauve #CAAEF7
Tints of Mauve #CAAEF7
RGB
CMYK
RGB Variations
Color information
#CAAEF7 (or 0xCAAEF7) is known color: Mauve. HEX triplet: CA, AE and F7. RGB value is (202,174,247). Sum of RGB (Red+Green+Blue) = 202+174+247=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAAEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEF7 is #355108. Grayscale: #BEBEBE. Windows color (decimal): -3494153 or 16232138. OLE color: 16232138.
HSL color Cylindrical-coordinate representation of color #CAAEF7: hue angle of 263.01º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAAEF7 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 174 | 247 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.03 |
| HSL | 263.01º | 0.82% | 0.83% | - |
| HSV(B) | 263.01º | 0.3% | 0.97% | - |
| XYZ | 56.28 | 49.54 | 94.59 | - |
| YUV | 190.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 247 | 0.18 | 0.30 | 0 | 0.03 | 263.01 | 0.82 | 0.83 |
| Hex | CA | AE | F7 | 12 | 1E | 0 | 3 | 107 | 52 | 53 |
| Octal | 312 | 256 | 367 | 22 | 36 | 0 | 3 | 407 | 122 | 123 |
| Binary | 11001010 | 10101110 | 11110111 | 10010 | 11110 | 0 | 11 | 100000111 | 1010010 | 1010011 |
Color Harmonies of #CAAEF7
Complementary color
Monochromatic Colors of #CAAEF7
Black with #CAAEF7
Text Example
Text Example
White with #CAAEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEF7; }
p { color: rgb(202,174,247); }
H1.HeaderClassName
{
color: #CAAEF7;
}
.AnyTagClassName
{
color: #CAAEF7;
}
</style>
background-color css
<style>
a { background-color: #CAAEF7; }
a { background-color: rgb(202,174,247); }
div.DivClassName
{
background-color: #CAAEF7;
}
.BgClassName
{
background-color: #CAAEF7;
}
</style>
border-color css
<style>
span { border-color: #CAAEF7; }
span { border-color: rgb(202,174,247); }
td.TdClassName
{
border-color: #CAAEF7;
}
.TagClassName
{
border-color: #CAAEF7;
}
</style>