Shades of Mauve #CDB4FF
Tints of Mauve #CDB4FF
RGB
CMYK
RGB Variations
Color information
#CDB4FF (or 0xCDB4FF) is known color: Mauve. HEX triplet: CD, B4 and FF. RGB value is (205,180,255). Sum of RGB (Red+Green+Blue) = 205+180+255=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB4FF is #324B00. Grayscale: #C3C3C3. Windows color (decimal): -3296001 or 16757965. OLE color: 16757965.
HSL color Cylindrical-coordinate representation of color #CDB4FF: hue angle of 260º 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 #CDB4FF is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 180 | 255 | - |
| CMYK | 0.20 | 0.29 | 0 | 0 |
| HSL | 260º | 1% | 0.85% | - |
| HSV(B) | 260º | 0.29% | 1% | - |
| XYZ | 59.55 | 52.84 | 101.67 | - |
| YUV | 196.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 255 | 0.20 | 0.29 | 0 | 0 | 260 | 1 | 0.85 |
| Hex | CD | B4 | FF | 14 | 1D | 0 | 0 | 104 | 64 | 55 |
| Octal | 315 | 264 | 377 | 24 | 35 | 0 | 0 | 404 | 144 | 125 |
| Binary | 11001101 | 10110100 | 11111111 | 10100 | 11101 | 0 | 0 | 100000100 | 1100100 | 1010101 |
Color Harmonies of #CDB4FF
Complementary color
Monochromatic Colors of #CDB4FF
Black with #CDB4FF
Text Example
Text Example
White with #CDB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4FF; }
p { color: rgb(205,180,255); }
H1.HeaderClassName
{
color: #CDB4FF;
}
.AnyTagClassName
{
color: #CDB4FF;
}
</style>
background-color css
<style>
a { background-color: #CDB4FF; }
a { background-color: rgb(205,180,255); }
div.DivClassName
{
background-color: #CDB4FF;
}
.BgClassName
{
background-color: #CDB4FF;
}
</style>
border-color css
<style>
span { border-color: #CDB4FF; }
span { border-color: rgb(205,180,255); }
td.TdClassName
{
border-color: #CDB4FF;
}
.TagClassName
{
border-color: #CDB4FF;
}
</style>