Shades of Mauve #CDB3FD
Tints of Mauve #CDB3FD
RGB
CMYK
RGB Variations
Color information
#CDB3FD (or 0xCDB3FD) is known color: Mauve. HEX triplet: CD, B3 and FD. RGB value is (205,179,253). Sum of RGB (Red+Green+Blue) = 205+179+253=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDB3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB3FD is #324C02. Grayscale: #C2C2C2. Windows color (decimal): -3296259 or 16626637. OLE color: 16626637.
HSL color Cylindrical-coordinate representation of color #CDB3FD: hue angle of 261.08º 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 #CDB3FD is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 179 | 253 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.01 |
| HSL | 261.08º | 0.95% | 0.85% | - |
| HSV(B) | 261.08º | 0.29% | 0.99% | - |
| XYZ | 59.03 | 52.31 | 99.91 | - |
| YUV | 195.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 253 | 0.19 | 0.29 | 0 | 0.01 | 261.08 | 0.95 | 0.85 |
| Hex | CD | B3 | FD | 13 | 1D | 0 | 1 | 105 | 5F | 55 |
| Octal | 315 | 263 | 375 | 23 | 35 | 0 | 1 | 405 | 137 | 125 |
| Binary | 11001101 | 10110011 | 11111101 | 10011 | 11101 | 0 | 1 | 100000101 | 1011111 | 1010101 |
Color Harmonies of #CDB3FD
Complementary color
Monochromatic Colors of #CDB3FD
Black with #CDB3FD
Text Example
Text Example
White with #CDB3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3FD; }
p { color: rgb(205,179,253); }
H1.HeaderClassName
{
color: #CDB3FD;
}
.AnyTagClassName
{
color: #CDB3FD;
}
</style>
background-color css
<style>
a { background-color: #CDB3FD; }
a { background-color: rgb(205,179,253); }
div.DivClassName
{
background-color: #CDB3FD;
}
.BgClassName
{
background-color: #CDB3FD;
}
</style>
border-color css
<style>
span { border-color: #CDB3FD; }
span { border-color: rgb(205,179,253); }
td.TdClassName
{
border-color: #CDB3FD;
}
.TagClassName
{
border-color: #CDB3FD;
}
</style>