Shades of Mauve #CDB3FF
Tints of Mauve #CDB3FF
RGB
CMYK
RGB Variations
Color information
#CDB3FF (or 0xCDB3FF) is known color: Mauve. HEX triplet: CD, B3 and FF. RGB value is (205,179,255). Sum of RGB (Red+Green+Blue) = 205+179+255=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB3FF is #324C00. Grayscale: #C3C3C3. Windows color (decimal): -3296257 or 16757709. OLE color: 16757709.
HSL color Cylindrical-coordinate representation of color #CDB3FF: hue angle of 260.53º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDB3FF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 179 | 255 | - |
| CMYK | 0.20 | 0.30 | 0 | 0 |
| HSL | 260.53º | 1% | 0.85% | - |
| HSV(B) | 260.53º | 0.3% | 1% | - |
| XYZ | 59.35 | 52.44 | 101.6 | - |
| YUV | 195.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 255 | 0.20 | 0.30 | 0 | 0 | 260.53 | 1 | 0.85 |
| Hex | CD | B3 | FF | 14 | 1E | 0 | 0 | 105 | 64 | 55 |
| Octal | 315 | 263 | 377 | 24 | 36 | 0 | 0 | 405 | 144 | 125 |
| Binary | 11001101 | 10110011 | 11111111 | 10100 | 11110 | 0 | 0 | 100000101 | 1100100 | 1010101 |
Color Harmonies of #CDB3FF
Complementary color
Monochromatic Colors of #CDB3FF
Black with #CDB3FF
Text Example
Text Example
White with #CDB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3FF; }
p { color: rgb(205,179,255); }
H1.HeaderClassName
{
color: #CDB3FF;
}
.AnyTagClassName
{
color: #CDB3FF;
}
</style>
background-color css
<style>
a { background-color: #CDB3FF; }
a { background-color: rgb(205,179,255); }
div.DivClassName
{
background-color: #CDB3FF;
}
.BgClassName
{
background-color: #CDB3FF;
}
</style>
border-color css
<style>
span { border-color: #CDB3FF; }
span { border-color: rgb(205,179,255); }
td.TdClassName
{
border-color: #CDB3FF;
}
.TagClassName
{
border-color: #CDB3FF;
}
</style>