Shades of Mauve #CDB3FE
Tints of Mauve #CDB3FE
RGB
CMYK
RGB Variations
Color information
#CDB3FE (or 0xCDB3FE) is known color: Mauve. HEX triplet: CD, B3 and FE. RGB value is (205,179,254). Sum of RGB (Red+Green+Blue) = 205+179+254=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDB3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB3FE is #324C01. Grayscale: #C3C3C3. Windows color (decimal): -3296258 or 16692173. OLE color: 16692173.
HSL color Cylindrical-coordinate representation of color #CDB3FE: hue angle of 260.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDB3FE is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 179 | 254 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.00 |
| HSL | 260.8º | 0.97% | 0.85% | - |
| HSV(B) | 260.8º | 0.3% | 1% | - |
| XYZ | 59.19 | 52.38 | 100.76 | - |
| YUV | 195.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 254 | 0.19 | 0.30 | 0 | 0.00 | 260.8 | 0.97 | 0.85 |
| Hex | CD | B3 | FE | 13 | 1E | 0 | 0 | 105 | 61 | 55 |
| Octal | 315 | 263 | 376 | 23 | 36 | 0 | 0 | 405 | 141 | 125 |
| Binary | 11001101 | 10110011 | 11111110 | 10011 | 11110 | 0 | 0 | 100000101 | 1100001 | 1010101 |
Color Harmonies of #CDB3FE
Complementary color
Monochromatic Colors of #CDB3FE
Black with #CDB3FE
Text Example
Text Example
White with #CDB3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3FE; }
p { color: rgb(205,179,254); }
H1.HeaderClassName
{
color: #CDB3FE;
}
.AnyTagClassName
{
color: #CDB3FE;
}
</style>
background-color css
<style>
a { background-color: #CDB3FE; }
a { background-color: rgb(205,179,254); }
div.DivClassName
{
background-color: #CDB3FE;
}
.BgClassName
{
background-color: #CDB3FE;
}
</style>
border-color css
<style>
span { border-color: #CDB3FE; }
span { border-color: rgb(205,179,254); }
td.TdClassName
{
border-color: #CDB3FE;
}
.TagClassName
{
border-color: #CDB3FE;
}
</style>