Shades of Mauve #CBAEFA
Tints of Mauve #CBAEFA
RGB
CMYK
RGB Variations
Color information
#CBAEFA (or 0xCBAEFA) is known color: Mauve. HEX triplet: CB, AE and FA. RGB value is (203,174,250). Sum of RGB (Red+Green+Blue) = 203+174+250=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEFA is #345105. Grayscale: #BFBFBF. Windows color (decimal): -3428614 or 16428747. OLE color: 16428747.
HSL color Cylindrical-coordinate representation of color #CBAEFA: hue angle of 262.89º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBAEFA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 174 | 250 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.02 |
| HSL | 262.89º | 0.88% | 0.83% | - |
| HSV(B) | 262.89º | 0.3% | 0.98% | - |
| XYZ | 57.02 | 49.87 | 97.06 | - |
| YUV | 191.34 | 161.11 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 250 | 0.19 | 0.30 | 0 | 0.02 | 262.89 | 0.88 | 0.83 |
| Hex | CB | AE | FA | 13 | 1E | 0 | 2 | 107 | 58 | 53 |
| Octal | 313 | 256 | 372 | 23 | 36 | 0 | 2 | 407 | 130 | 123 |
| Binary | 11001011 | 10101110 | 11111010 | 10011 | 11110 | 0 | 10 | 100000111 | 1011000 | 1010011 |
Color Harmonies of #CBAEFA
Complementary color
Monochromatic Colors of #CBAEFA
Black with #CBAEFA
Text Example
Text Example
White with #CBAEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEFA; }
p { color: rgb(203,174,250); }
H1.HeaderClassName
{
color: #CBAEFA;
}
.AnyTagClassName
{
color: #CBAEFA;
}
</style>
background-color css
<style>
a { background-color: #CBAEFA; }
a { background-color: rgb(203,174,250); }
div.DivClassName
{
background-color: #CBAEFA;
}
.BgClassName
{
background-color: #CBAEFA;
}
</style>
border-color css
<style>
span { border-color: #CBAEFA; }
span { border-color: rgb(203,174,250); }
td.TdClassName
{
border-color: #CBAEFA;
}
.TagClassName
{
border-color: #CBAEFA;
}
</style>