Shades of Mauve #CDB0FD
Tints of Mauve #CDB0FD
RGB
CMYK
RGB Variations
Color information
#CDB0FD (or 0xCDB0FD) is known color: Mauve. HEX triplet: CD, B0 and FD. RGB value is (205,176,253). Sum of RGB (Red+Green+Blue) = 205+176+253=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDB0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0FD is #324F02. Grayscale: #C1C1C1. Windows color (decimal): -3297027 or 16625869. OLE color: 16625869.
HSL color Cylindrical-coordinate representation of color #CDB0FD: hue angle of 262.6º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDB0FD is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 176 | 253 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.01 |
| HSL | 262.6º | 0.95% | 0.84% | - |
| HSV(B) | 262.6º | 0.3% | 0.99% | - |
| XYZ | 58.43 | 51.12 | 99.72 | - |
| YUV | 193.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 253 | 0.19 | 0.30 | 0 | 0.01 | 262.6 | 0.95 | 0.84 |
| Hex | CD | B0 | FD | 13 | 1E | 0 | 1 | 107 | 5F | 54 |
| Octal | 315 | 260 | 375 | 23 | 36 | 0 | 1 | 407 | 137 | 124 |
| Binary | 11001101 | 10110000 | 11111101 | 10011 | 11110 | 0 | 1 | 100000111 | 1011111 | 1010100 |
Color Harmonies of #CDB0FD
Complementary color
Monochromatic Colors of #CDB0FD
Black with #CDB0FD
Text Example
Text Example
White with #CDB0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0FD; }
p { color: rgb(205,176,253); }
H1.HeaderClassName
{
color: #CDB0FD;
}
.AnyTagClassName
{
color: #CDB0FD;
}
</style>
background-color css
<style>
a { background-color: #CDB0FD; }
a { background-color: rgb(205,176,253); }
div.DivClassName
{
background-color: #CDB0FD;
}
.BgClassName
{
background-color: #CDB0FD;
}
</style>
border-color css
<style>
span { border-color: #CDB0FD; }
span { border-color: rgb(205,176,253); }
td.TdClassName
{
border-color: #CDB0FD;
}
.TagClassName
{
border-color: #CDB0FD;
}
</style>