Shades of Mauve #CDB1FB
Tints of Mauve #CDB1FB
RGB
CMYK
RGB Variations
Color information
#CDB1FB (or 0xCDB1FB) is known color: Mauve. HEX triplet: CD, B1 and FB. RGB value is (205,177,251). Sum of RGB (Red+Green+Blue) = 205+177+251=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDB1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB1FB is #324E04. Grayscale: #C1C1C1. Windows color (decimal): -3296773 or 16495053. OLE color: 16495053.
HSL color Cylindrical-coordinate representation of color #CDB1FB: hue angle of 262.7º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDB1FB is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 177 | 251 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.02 |
| HSL | 262.7º | 0.9% | 0.84% | - |
| HSV(B) | 262.7º | 0.29% | 0.98% | - |
| XYZ | 58.31 | 51.39 | 98.11 | - |
| YUV | 193.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 251 | 0.18 | 0.29 | 0 | 0.02 | 262.7 | 0.9 | 0.84 |
| Hex | CD | B1 | FB | 12 | 1D | 0 | 2 | 107 | 5A | 54 |
| Octal | 315 | 261 | 373 | 22 | 35 | 0 | 2 | 407 | 132 | 124 |
| Binary | 11001101 | 10110001 | 11111011 | 10010 | 11101 | 0 | 10 | 100000111 | 1011010 | 1010100 |
Color Harmonies of #CDB1FB
Complementary color
Monochromatic Colors of #CDB1FB
Black with #CDB1FB
Text Example
Text Example
White with #CDB1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1FB; }
p { color: rgb(205,177,251); }
H1.HeaderClassName
{
color: #CDB1FB;
}
.AnyTagClassName
{
color: #CDB1FB;
}
</style>
background-color css
<style>
a { background-color: #CDB1FB; }
a { background-color: rgb(205,177,251); }
div.DivClassName
{
background-color: #CDB1FB;
}
.BgClassName
{
background-color: #CDB1FB;
}
</style>
border-color css
<style>
span { border-color: #CDB1FB; }
span { border-color: rgb(205,177,251); }
td.TdClassName
{
border-color: #CDB1FB;
}
.TagClassName
{
border-color: #CDB1FB;
}
</style>