Shades of Mauve #CDB0FC
Tints of Mauve #CDB0FC
RGB
CMYK
RGB Variations
Color information
#CDB0FC (or 0xCDB0FC) is known color: Mauve. HEX triplet: CD, B0 and FC. RGB value is (205,176,252). Sum of RGB (Red+Green+Blue) = 205+176+252=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0FC is #324F03. Grayscale: #C1C1C1. Windows color (decimal): -3297028 or 16560333. OLE color: 16560333.
HSL color Cylindrical-coordinate representation of color #CDB0FC: hue angle of 262.89º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDB0FC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 176 | 252 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.01 |
| HSL | 262.89º | 0.93% | 0.84% | - |
| HSV(B) | 262.89º | 0.3% | 0.99% | - |
| XYZ | 58.27 | 51.06 | 98.88 | - |
| YUV | 193.34 | 161.11 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 252 | 0.19 | 0.30 | 0 | 0.01 | 262.89 | 0.93 | 0.84 |
| Hex | CD | B0 | FC | 13 | 1E | 0 | 1 | 107 | 5D | 54 |
| Octal | 315 | 260 | 374 | 23 | 36 | 0 | 1 | 407 | 135 | 124 |
| Binary | 11001101 | 10110000 | 11111100 | 10011 | 11110 | 0 | 1 | 100000111 | 1011101 | 1010100 |
Color Harmonies of #CDB0FC
Complementary color
Monochromatic Colors of #CDB0FC
Black with #CDB0FC
Text Example
Text Example
White with #CDB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0FC; }
p { color: rgb(205,176,252); }
H1.HeaderClassName
{
color: #CDB0FC;
}
.AnyTagClassName
{
color: #CDB0FC;
}
</style>
background-color css
<style>
a { background-color: #CDB0FC; }
a { background-color: rgb(205,176,252); }
div.DivClassName
{
background-color: #CDB0FC;
}
.BgClassName
{
background-color: #CDB0FC;
}
</style>
border-color css
<style>
span { border-color: #CDB0FC; }
span { border-color: rgb(205,176,252); }
td.TdClassName
{
border-color: #CDB0FC;
}
.TagClassName
{
border-color: #CDB0FC;
}
</style>