Shades of Mauve #CBAEFD
Tints of Mauve #CBAEFD
RGB
CMYK
RGB Variations
Color information
#CBAEFD (or 0xCBAEFD) is known color: Mauve. HEX triplet: CB, AE and FD. RGB value is (203,174,253). Sum of RGB (Red+Green+Blue) = 203+174+253=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEFD is #345102. Grayscale: #BFBFBF. Windows color (decimal): -3428611 or 16625355. OLE color: 16625355.
HSL color Cylindrical-coordinate representation of color #CBAEFD: hue angle of 262.03º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBAEFD is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 174 | 253 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.01 |
| HSL | 262.03º | 0.95% | 0.84% | - |
| HSV(B) | 262.03º | 0.31% | 0.99% | - |
| XYZ | 57.49 | 50.06 | 99.56 | - |
| YUV | 191.68 | 162.61 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 253 | 0.20 | 0.31 | 0 | 0.01 | 262.03 | 0.95 | 0.84 |
| Hex | CB | AE | FD | 14 | 1F | 0 | 1 | 106 | 5F | 54 |
| Octal | 313 | 256 | 375 | 24 | 37 | 0 | 1 | 406 | 137 | 124 |
| Binary | 11001011 | 10101110 | 11111101 | 10100 | 11111 | 0 | 1 | 100000110 | 1011111 | 1010100 |
Color Harmonies of #CBAEFD
Complementary color
Monochromatic Colors of #CBAEFD
Black with #CBAEFD
Text Example
Text Example
White with #CBAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEFD; }
p { color: rgb(203,174,253); }
H1.HeaderClassName
{
color: #CBAEFD;
}
.AnyTagClassName
{
color: #CBAEFD;
}
</style>
background-color css
<style>
a { background-color: #CBAEFD; }
a { background-color: rgb(203,174,253); }
div.DivClassName
{
background-color: #CBAEFD;
}
.BgClassName
{
background-color: #CBAEFD;
}
</style>
border-color css
<style>
span { border-color: #CBAEFD; }
span { border-color: rgb(203,174,253); }
td.TdClassName
{
border-color: #CBAEFD;
}
.TagClassName
{
border-color: #CBAEFD;
}
</style>