Shades of Mauve #CDB4FD
Tints of Mauve #CDB4FD
RGB
CMYK
RGB Variations
Color information
#CDB4FD (or 0xCDB4FD) is known color: Mauve. HEX triplet: CD, B4 and FD. RGB value is (205,180,253). Sum of RGB (Red+Green+Blue) = 205+180+253=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDB4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB4FD is #324B02. Grayscale: #C3C3C3. Windows color (decimal): -3296003 or 16626893. OLE color: 16626893.
HSL color Cylindrical-coordinate representation of color #CDB4FD: hue angle of 260.55º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDB4FD is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 180 | 253 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.01 |
| HSL | 260.55º | 0.95% | 0.85% | - |
| HSV(B) | 260.55º | 0.29% | 0.99% | - |
| XYZ | 59.23 | 52.71 | 99.98 | - |
| YUV | 195.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 253 | 0.19 | 0.29 | 0 | 0.01 | 260.55 | 0.95 | 0.85 |
| Hex | CD | B4 | FD | 13 | 1D | 0 | 1 | 105 | 5F | 55 |
| Octal | 315 | 264 | 375 | 23 | 35 | 0 | 1 | 405 | 137 | 125 |
| Binary | 11001101 | 10110100 | 11111101 | 10011 | 11101 | 0 | 1 | 100000101 | 1011111 | 1010101 |
Color Harmonies of #CDB4FD
Complementary color
Monochromatic Colors of #CDB4FD
Black with #CDB4FD
Text Example
Text Example
White with #CDB4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4FD; }
p { color: rgb(205,180,253); }
H1.HeaderClassName
{
color: #CDB4FD;
}
.AnyTagClassName
{
color: #CDB4FD;
}
</style>
background-color css
<style>
a { background-color: #CDB4FD; }
a { background-color: rgb(205,180,253); }
div.DivClassName
{
background-color: #CDB4FD;
}
.BgClassName
{
background-color: #CDB4FD;
}
</style>
border-color css
<style>
span { border-color: #CDB4FD; }
span { border-color: rgb(205,180,253); }
td.TdClassName
{
border-color: #CDB4FD;
}
.TagClassName
{
border-color: #CDB4FD;
}
</style>