Shades of Mauve #CDB5FF
Tints of Mauve #CDB5FF
RGB
CMYK
RGB Variations
Color information
#CDB5FF (or 0xCDB5FF) is known color: Mauve. HEX triplet: CD, B5 and FF. RGB value is (205,181,255). Sum of RGB (Red+Green+Blue) = 205+181+255=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB5FF is #324A00. Grayscale: #C4C4C4. Windows color (decimal): -3295745 or 16758221. OLE color: 16758221.
HSL color Cylindrical-coordinate representation of color #CDB5FF: hue angle of 259.46º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDB5FF is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 181 | 255 | - |
| CMYK | 0.20 | 0.29 | 0 | 0 |
| HSL | 259.46º | 1% | 0.85% | - |
| HSV(B) | 259.46º | 0.29% | 1% | - |
| XYZ | 59.75 | 53.25 | 101.74 | - |
| YUV | 196.61 | 160.95 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 255 | 0.20 | 0.29 | 0 | 0 | 259.46 | 1 | 0.85 |
| Hex | CD | B5 | FF | 14 | 1D | 0 | 0 | 103 | 64 | 55 |
| Octal | 315 | 265 | 377 | 24 | 35 | 0 | 0 | 403 | 144 | 125 |
| Binary | 11001101 | 10110101 | 11111111 | 10100 | 11101 | 0 | 0 | 100000011 | 1100100 | 1010101 |
Color Harmonies of #CDB5FF
Complementary color
Monochromatic Colors of #CDB5FF
Black with #CDB5FF
Text Example
Text Example
White with #CDB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5FF; }
p { color: rgb(205,181,255); }
H1.HeaderClassName
{
color: #CDB5FF;
}
.AnyTagClassName
{
color: #CDB5FF;
}
</style>
background-color css
<style>
a { background-color: #CDB5FF; }
a { background-color: rgb(205,181,255); }
div.DivClassName
{
background-color: #CDB5FF;
}
.BgClassName
{
background-color: #CDB5FF;
}
</style>
border-color css
<style>
span { border-color: #CDB5FF; }
span { border-color: rgb(205,181,255); }
td.TdClassName
{
border-color: #CDB5FF;
}
.TagClassName
{
border-color: #CDB5FF;
}
</style>