Shades of Mauve #CBADF7
Tints of Mauve #CBADF7
RGB
CMYK
RGB Variations
Color information
#CBADF7 (or 0xCBADF7) is known color: Mauve. HEX triplet: CB, AD and F7. RGB value is (203,173,247). Sum of RGB (Red+Green+Blue) = 203+173+247=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADF7 is #345208. Grayscale: #BEBEBE. Windows color (decimal): -3428873 or 16231883. OLE color: 16231883.
HSL color Cylindrical-coordinate representation of color #CBADF7: hue angle of 264.32º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBADF7 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 173 | 247 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.03 |
| HSL | 264.32º | 0.82% | 0.82% | - |
| HSV(B) | 264.32º | 0.3% | 0.97% | - |
| XYZ | 56.36 | 49.3 | 94.54 | - |
| YUV | 190.41 | 159.94 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 247 | 0.18 | 0.30 | 0 | 0.03 | 264.32 | 0.82 | 0.82 |
| Hex | CB | AD | F7 | 12 | 1E | 0 | 3 | 108 | 52 | 52 |
| Octal | 313 | 255 | 367 | 22 | 36 | 0 | 3 | 410 | 122 | 122 |
| Binary | 11001011 | 10101101 | 11110111 | 10010 | 11110 | 0 | 11 | 100001000 | 1010010 | 1010010 |
Color Harmonies of #CBADF7
Complementary color
Monochromatic Colors of #CBADF7
Black with #CBADF7
Text Example
Text Example
White with #CBADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADF7; }
p { color: rgb(203,173,247); }
H1.HeaderClassName
{
color: #CBADF7;
}
.AnyTagClassName
{
color: #CBADF7;
}
</style>
background-color css
<style>
a { background-color: #CBADF7; }
a { background-color: rgb(203,173,247); }
div.DivClassName
{
background-color: #CBADF7;
}
.BgClassName
{
background-color: #CBADF7;
}
</style>
border-color css
<style>
span { border-color: #CBADF7; }
span { border-color: rgb(203,173,247); }
td.TdClassName
{
border-color: #CBADF7;
}
.TagClassName
{
border-color: #CBADF7;
}
</style>