Shades of Mauve #CAAEFE
Tints of Mauve #CAAEFE
RGB
CMYK
RGB Variations
Color information
#CAAEFE (or 0xCAAEFE) is known color: Mauve. HEX triplet: CA, AE and FE. RGB value is (202,174,254). Sum of RGB (Red+Green+Blue) = 202+174+254=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAAEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEFE is #355101. Grayscale: #BFBFBF. Windows color (decimal): -3494146 or 16690890. OLE color: 16690890.
HSL color Cylindrical-coordinate representation of color #CAAEFE: hue angle of 261º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAAEFE is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 174 | 254 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.00 |
| HSL | 261º | 0.98% | 0.84% | - |
| HSV(B) | 261º | 0.31% | 1% | - |
| XYZ | 57.38 | 49.98 | 100.39 | - |
| YUV | 191.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 254 | 0.20 | 0.31 | 0 | 0.00 | 261 | 0.98 | 0.84 |
| Hex | CA | AE | FE | 14 | 1F | 0 | 0 | 105 | 62 | 54 |
| Octal | 312 | 256 | 376 | 24 | 37 | 0 | 0 | 405 | 142 | 124 |
| Binary | 11001010 | 10101110 | 11111110 | 10100 | 11111 | 0 | 0 | 100000101 | 1100010 | 1010100 |
Color Harmonies of #CAAEFE
Complementary color
Monochromatic Colors of #CAAEFE
Black with #CAAEFE
Text Example
Text Example
White with #CAAEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEFE; }
p { color: rgb(202,174,254); }
H1.HeaderClassName
{
color: #CAAEFE;
}
.AnyTagClassName
{
color: #CAAEFE;
}
</style>
background-color css
<style>
a { background-color: #CAAEFE; }
a { background-color: rgb(202,174,254); }
div.DivClassName
{
background-color: #CAAEFE;
}
.BgClassName
{
background-color: #CAAEFE;
}
</style>
border-color css
<style>
span { border-color: #CAAEFE; }
span { border-color: rgb(202,174,254); }
td.TdClassName
{
border-color: #CAAEFE;
}
.TagClassName
{
border-color: #CAAEFE;
}
</style>