Shades of Mauve #CAAEF8
Tints of Mauve #CAAEF8
RGB
CMYK
RGB Variations
Color information
#CAAEF8 (or 0xCAAEF8) is known color: Mauve. HEX triplet: CA, AE and F8. RGB value is (202,174,248). Sum of RGB (Red+Green+Blue) = 202+174+248=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAAEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEF8 is #355107. Grayscale: #BEBEBE. Windows color (decimal): -3494152 or 16297674. OLE color: 16297674.
HSL color Cylindrical-coordinate representation of color #CAAEF8: hue angle of 262.7º degrees, saturation: 0.84, 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 #CAAEF8 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 174 | 248 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.03 |
| HSL | 262.7º | 0.84% | 0.83% | - |
| HSV(B) | 262.7º | 0.3% | 0.97% | - |
| XYZ | 56.44 | 49.61 | 95.41 | - |
| YUV | 190.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 248 | 0.19 | 0.30 | 0 | 0.03 | 262.7 | 0.84 | 0.83 |
| Hex | CA | AE | F8 | 13 | 1E | 0 | 3 | 107 | 54 | 53 |
| Octal | 312 | 256 | 370 | 23 | 36 | 0 | 3 | 407 | 124 | 123 |
| Binary | 11001010 | 10101110 | 11111000 | 10011 | 11110 | 0 | 11 | 100000111 | 1010100 | 1010011 |
Color Harmonies of #CAAEF8
Complementary color
Monochromatic Colors of #CAAEF8
Black with #CAAEF8
Text Example
Text Example
White with #CAAEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEF8; }
p { color: rgb(202,174,248); }
H1.HeaderClassName
{
color: #CAAEF8;
}
.AnyTagClassName
{
color: #CAAEF8;
}
</style>
background-color css
<style>
a { background-color: #CAAEF8; }
a { background-color: rgb(202,174,248); }
div.DivClassName
{
background-color: #CAAEF8;
}
.BgClassName
{
background-color: #CAAEF8;
}
</style>
border-color css
<style>
span { border-color: #CAAEF8; }
span { border-color: rgb(202,174,248); }
td.TdClassName
{
border-color: #CAAEF8;
}
.TagClassName
{
border-color: #CAAEF8;
}
</style>