Shades of Mauve #CDB0FA
Tints of Mauve #CDB0FA
RGB
CMYK
RGB Variations
Color information
#CDB0FA (or 0xCDB0FA) is known color: Mauve. HEX triplet: CD, B0 and FA. RGB value is (205,176,250). Sum of RGB (Red+Green+Blue) = 205+176+250=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0FA is #324F05. Grayscale: #C0C0C0. Windows color (decimal): -3297030 or 16429261. OLE color: 16429261.
HSL color Cylindrical-coordinate representation of color #CDB0FA: hue angle of 263.51º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDB0FA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 176 | 250 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.02 |
| HSL | 263.51º | 0.88% | 0.84% | - |
| HSV(B) | 263.51º | 0.3% | 0.98% | - |
| XYZ | 57.96 | 50.93 | 97.22 | - |
| YUV | 193.11 | 160.11 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 250 | 0.18 | 0.30 | 0 | 0.02 | 263.51 | 0.88 | 0.84 |
| Hex | CD | B0 | FA | 12 | 1E | 0 | 2 | 108 | 58 | 54 |
| Octal | 315 | 260 | 372 | 22 | 36 | 0 | 2 | 410 | 130 | 124 |
| Binary | 11001101 | 10110000 | 11111010 | 10010 | 11110 | 0 | 10 | 100001000 | 1011000 | 1010100 |
Color Harmonies of #CDB0FA
Complementary color
Monochromatic Colors of #CDB0FA
Black with #CDB0FA
Text Example
Text Example
White with #CDB0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0FA; }
p { color: rgb(205,176,250); }
H1.HeaderClassName
{
color: #CDB0FA;
}
.AnyTagClassName
{
color: #CDB0FA;
}
</style>
background-color css
<style>
a { background-color: #CDB0FA; }
a { background-color: rgb(205,176,250); }
div.DivClassName
{
background-color: #CDB0FA;
}
.BgClassName
{
background-color: #CDB0FA;
}
</style>
border-color css
<style>
span { border-color: #CDB0FA; }
span { border-color: rgb(205,176,250); }
td.TdClassName
{
border-color: #CDB0FA;
}
.TagClassName
{
border-color: #CDB0FA;
}
</style>