Shades of Mauve #CDB3FC
Tints of Mauve #CDB3FC
RGB
CMYK
RGB Variations
Color information
#CDB3FC (or 0xCDB3FC) is known color: Mauve. HEX triplet: CD, B3 and FC. RGB value is (205,179,252). Sum of RGB (Red+Green+Blue) = 205+179+252=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 179 (70.31% from 255 or 28.14% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDB3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB3FC is #324C03. Grayscale: #C2C2C2. Windows color (decimal): -3296260 or 16561101. OLE color: 16561101.
HSL color Cylindrical-coordinate representation of color #CDB3FC: hue angle of 261.37º degrees, saturation: 0.92, 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 #CDB3FC is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 179 | 252 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.01 |
| HSL | 261.37º | 0.92% | 0.85% | - |
| HSV(B) | 261.37º | 0.29% | 0.99% | - |
| XYZ | 58.87 | 52.25 | 99.08 | - |
| YUV | 195.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 252 | 0.19 | 0.29 | 0 | 0.01 | 261.37 | 0.92 | 0.85 |
| Hex | CD | B3 | FC | 13 | 1D | 0 | 1 | 105 | 5C | 55 |
| Octal | 315 | 263 | 374 | 23 | 35 | 0 | 1 | 405 | 134 | 125 |
| Binary | 11001101 | 10110011 | 11111100 | 10011 | 11101 | 0 | 1 | 100000101 | 1011100 | 1010101 |
Color Harmonies of #CDB3FC
Complementary color
Monochromatic Colors of #CDB3FC
Black with #CDB3FC
Text Example
Text Example
White with #CDB3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3FC; }
p { color: rgb(205,179,252); }
H1.HeaderClassName
{
color: #CDB3FC;
}
.AnyTagClassName
{
color: #CDB3FC;
}
</style>
background-color css
<style>
a { background-color: #CDB3FC; }
a { background-color: rgb(205,179,252); }
div.DivClassName
{
background-color: #CDB3FC;
}
.BgClassName
{
background-color: #CDB3FC;
}
</style>
border-color css
<style>
span { border-color: #CDB3FC; }
span { border-color: rgb(205,179,252); }
td.TdClassName
{
border-color: #CDB3FC;
}
.TagClassName
{
border-color: #CDB3FC;
}
</style>