Shades of Mauve #CBAEFF
Tints of Mauve #CBAEFF
RGB
CMYK
RGB Variations
Color information
#CBAEFF (or 0xCBAEFF) is known color: Mauve. HEX triplet: CB, AE and FF. RGB value is (203,174,255). Sum of RGB (Red+Green+Blue) = 203+174+255=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBAEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEFF is #345100. Grayscale: #BFBFBF. Windows color (decimal): -3428609 or 16756427. OLE color: 16756427.
HSL color Cylindrical-coordinate representation of color #CBAEFF: hue angle of 261.48º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBAEFF is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 174 | 255 | - |
| CMYK | 0.20 | 0.32 | 0 | 0 |
| HSL | 261.48º | 1% | 0.84% | - |
| HSV(B) | 261.48º | 0.32% | 1% | - |
| XYZ | 57.81 | 50.19 | 101.25 | - |
| YUV | 191.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 255 | 0.20 | 0.32 | 0 | 0 | 261.48 | 1 | 0.84 |
| Hex | CB | AE | FF | 14 | 20 | 0 | 0 | 105 | 64 | 54 |
| Octal | 313 | 256 | 377 | 24 | 40 | 0 | 0 | 405 | 144 | 124 |
| Binary | 11001011 | 10101110 | 11111111 | 10100 | 100000 | 0 | 0 | 100000101 | 1100100 | 1010100 |
Color Harmonies of #CBAEFF
Complementary color
Monochromatic Colors of #CBAEFF
Black with #CBAEFF
Text Example
Text Example
White with #CBAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEFF; }
p { color: rgb(203,174,255); }
H1.HeaderClassName
{
color: #CBAEFF;
}
.AnyTagClassName
{
color: #CBAEFF;
}
</style>
background-color css
<style>
a { background-color: #CBAEFF; }
a { background-color: rgb(203,174,255); }
div.DivClassName
{
background-color: #CBAEFF;
}
.BgClassName
{
background-color: #CBAEFF;
}
</style>
border-color css
<style>
span { border-color: #CBAEFF; }
span { border-color: rgb(203,174,255); }
td.TdClassName
{
border-color: #CBAEFF;
}
.TagClassName
{
border-color: #CBAEFF;
}
</style>