Shades of Mauve #CBAEF8
Tints of Mauve #CBAEF8
RGB
CMYK
RGB Variations
Color information
#CBAEF8 (or 0xCBAEF8) is known color: Mauve. HEX triplet: CB, AE and F8. RGB value is (203,174,248). Sum of RGB (Red+Green+Blue) = 203+174+248=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBAEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEF8 is #345107. Grayscale: #BEBEBE. Windows color (decimal): -3428616 or 16297675. OLE color: 16297675.
HSL color Cylindrical-coordinate representation of color #CBAEF8: hue angle of 263.51º 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 #CBAEF8 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 174 | 248 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.03 |
| HSL | 263.51º | 0.84% | 0.83% | - |
| HSV(B) | 263.51º | 0.3% | 0.97% | - |
| XYZ | 56.71 | 49.75 | 95.42 | - |
| YUV | 191.11 | 160.11 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 248 | 0.18 | 0.30 | 0 | 0.03 | 263.51 | 0.84 | 0.83 |
| Hex | CB | AE | F8 | 12 | 1E | 0 | 3 | 108 | 54 | 53 |
| Octal | 313 | 256 | 370 | 22 | 36 | 0 | 3 | 410 | 124 | 123 |
| Binary | 11001011 | 10101110 | 11111000 | 10010 | 11110 | 0 | 11 | 100001000 | 1010100 | 1010011 |
Color Harmonies of #CBAEF8
Complementary color
Monochromatic Colors of #CBAEF8
Black with #CBAEF8
Text Example
Text Example
White with #CBAEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEF8; }
p { color: rgb(203,174,248); }
H1.HeaderClassName
{
color: #CBAEF8;
}
.AnyTagClassName
{
color: #CBAEF8;
}
</style>
background-color css
<style>
a { background-color: #CBAEF8; }
a { background-color: rgb(203,174,248); }
div.DivClassName
{
background-color: #CBAEF8;
}
.BgClassName
{
background-color: #CBAEF8;
}
</style>
border-color css
<style>
span { border-color: #CBAEF8; }
span { border-color: rgb(203,174,248); }
td.TdClassName
{
border-color: #CBAEF8;
}
.TagClassName
{
border-color: #CBAEF8;
}
</style>