Shades of Mauve #CBAEFE
Tints of Mauve #CBAEFE
RGB
CMYK
RGB Variations
Color information
#CBAEFE (or 0xCBAEFE) is known color: Mauve. HEX triplet: CB, AE and FE. RGB value is (203,174,254). Sum of RGB (Red+Green+Blue) = 203+174+254=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBAEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEFE is #345101. Grayscale: #BFBFBF. Windows color (decimal): -3428610 or 16690891. OLE color: 16690891.
HSL color Cylindrical-coordinate representation of color #CBAEFE: hue angle of 261.75º 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 #CBAEFE is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 174 | 254 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.00 |
| HSL | 261.75º | 0.98% | 0.84% | - |
| HSV(B) | 261.75º | 0.31% | 1% | - |
| XYZ | 57.65 | 50.12 | 100.4 | - |
| YUV | 191.79 | 163.11 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 254 | 0.20 | 0.31 | 0 | 0.00 | 261.75 | 0.98 | 0.84 |
| Hex | CB | AE | FE | 14 | 1F | 0 | 0 | 106 | 62 | 54 |
| Octal | 313 | 256 | 376 | 24 | 37 | 0 | 0 | 406 | 142 | 124 |
| Binary | 11001011 | 10101110 | 11111110 | 10100 | 11111 | 0 | 0 | 100000110 | 1100010 | 1010100 |
Color Harmonies of #CBAEFE
Complementary color
Monochromatic Colors of #CBAEFE
Black with #CBAEFE
Text Example
Text Example
White with #CBAEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEFE; }
p { color: rgb(203,174,254); }
H1.HeaderClassName
{
color: #CBAEFE;
}
.AnyTagClassName
{
color: #CBAEFE;
}
</style>
background-color css
<style>
a { background-color: #CBAEFE; }
a { background-color: rgb(203,174,254); }
div.DivClassName
{
background-color: #CBAEFE;
}
.BgClassName
{
background-color: #CBAEFE;
}
</style>
border-color css
<style>
span { border-color: #CBAEFE; }
span { border-color: rgb(203,174,254); }
td.TdClassName
{
border-color: #CBAEFE;
}
.TagClassName
{
border-color: #CBAEFE;
}
</style>