Shades of Mauve #CFB5FD
Tints of Mauve #CFB5FD
RGB
CMYK
RGB Variations
Color information
#CFB5FD (or 0xCFB5FD) is known color: Mauve. HEX triplet: CF, B5 and FD. RGB value is (207,181,253). Sum of RGB (Red+Green+Blue) = 207+181+253=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB5FD is #304A02. Grayscale: #C4C4C4. Windows color (decimal): -3164675 or 16627151. OLE color: 16627151.
HSL color Cylindrical-coordinate representation of color #CFB5FD: hue angle of 261.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFB5FD is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 181 | 253 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.01 |
| HSL | 261.67º | 0.95% | 0.85% | - |
| HSV(B) | 261.67º | 0.28% | 0.99% | - |
| XYZ | 59.99 | 53.4 | 100.08 | - |
| YUV | 196.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 253 | 0.18 | 0.28 | 0 | 0.01 | 261.67 | 0.95 | 0.85 |
| Hex | CF | B5 | FD | 12 | 1C | 0 | 1 | 106 | 5F | 55 |
| Octal | 317 | 265 | 375 | 22 | 34 | 0 | 1 | 406 | 137 | 125 |
| Binary | 11001111 | 10110101 | 11111101 | 10010 | 11100 | 0 | 1 | 100000110 | 1011111 | 1010101 |
Color Harmonies of #CFB5FD
Complementary color
Monochromatic Colors of #CFB5FD
Black with #CFB5FD
Text Example
Text Example
White with #CFB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5FD; }
p { color: rgb(207,181,253); }
H1.HeaderClassName
{
color: #CFB5FD;
}
.AnyTagClassName
{
color: #CFB5FD;
}
</style>
background-color css
<style>
a { background-color: #CFB5FD; }
a { background-color: rgb(207,181,253); }
div.DivClassName
{
background-color: #CFB5FD;
}
.BgClassName
{
background-color: #CFB5FD;
}
</style>
border-color css
<style>
span { border-color: #CFB5FD; }
span { border-color: rgb(207,181,253); }
td.TdClassName
{
border-color: #CFB5FD;
}
.TagClassName
{
border-color: #CFB5FD;
}
</style>