Shades of Mauve #CBAEF7
Tints of Mauve #CBAEF7
RGB
CMYK
RGB Variations
Color information
#CBAEF7 (or 0xCBAEF7) is known color: Mauve. HEX triplet: CB, AE and F7. RGB value is (203,174,247). Sum of RGB (Red+Green+Blue) = 203+174+247=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 247 (96.88% from 255 or 39.58% from 624); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBAEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEF7 is #345108. Grayscale: #BEBEBE. Windows color (decimal): -3428617 or 16232139. OLE color: 16232139.
HSL color Cylindrical-coordinate representation of color #CBAEF7: hue angle of 263.84º 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 #CBAEF7 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 174 | 247 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.03 |
| HSL | 263.84º | 0.82% | 0.83% | - |
| HSV(B) | 263.84º | 0.3% | 0.97% | - |
| XYZ | 56.55 | 49.68 | 94.61 | - |
| YUV | 190.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 247 | 0.18 | 0.30 | 0 | 0.03 | 263.84 | 0.82 | 0.83 |
| Hex | CB | AE | F7 | 12 | 1E | 0 | 3 | 108 | 52 | 53 |
| Octal | 313 | 256 | 367 | 22 | 36 | 0 | 3 | 410 | 122 | 123 |
| Binary | 11001011 | 10101110 | 11110111 | 10010 | 11110 | 0 | 11 | 100001000 | 1010010 | 1010011 |
Color Harmonies of #CBAEF7
Complementary color
Monochromatic Colors of #CBAEF7
Black with #CBAEF7
Text Example
Text Example
White with #CBAEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEF7; }
p { color: rgb(203,174,247); }
H1.HeaderClassName
{
color: #CBAEF7;
}
.AnyTagClassName
{
color: #CBAEF7;
}
</style>
background-color css
<style>
a { background-color: #CBAEF7; }
a { background-color: rgb(203,174,247); }
div.DivClassName
{
background-color: #CBAEF7;
}
.BgClassName
{
background-color: #CBAEF7;
}
</style>
border-color css
<style>
span { border-color: #CBAEF7; }
span { border-color: rgb(203,174,247); }
td.TdClassName
{
border-color: #CBAEF7;
}
.TagClassName
{
border-color: #CBAEF7;
}
</style>