Shades of Mauve #CFB0F2
Tints of Mauve #CFB0F2
RGB
CMYK
RGB Variations
Color information
#CFB0F2 (or 0xCFB0F2) is known color: Mauve. HEX triplet: CF, B0 and F2. RGB value is (207,176,242). Sum of RGB (Red+Green+Blue) = 207+176+242=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFB0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0F2 is #304F0D. Grayscale: #C0C0C0. Windows color (decimal): -3165966 or 15904975. OLE color: 15904975.
HSL color Cylindrical-coordinate representation of color #CFB0F2: hue angle of 268.18º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFB0F2 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 176 | 242 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.05 |
| HSL | 268.18º | 0.72% | 0.82% | - |
| HSV(B) | 268.18º | 0.27% | 0.95% | - |
| XYZ | 57.28 | 50.73 | 90.78 | - |
| YUV | 192.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 242 | 0.14 | 0.27 | 0 | 0.05 | 268.18 | 0.72 | 0.82 |
| Hex | CF | B0 | F2 | E | 1B | 0 | 5 | 10C | 48 | 52 |
| Octal | 317 | 260 | 362 | 16 | 33 | 0 | 5 | 414 | 110 | 122 |
| Binary | 11001111 | 10110000 | 11110010 | 1110 | 11011 | 0 | 101 | 100001100 | 1001000 | 1010010 |
Color Harmonies of #CFB0F2
Complementary color
Monochromatic Colors of #CFB0F2
Black with #CFB0F2
Text Example
Text Example
White with #CFB0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0F2; }
p { color: rgb(207,176,242); }
H1.HeaderClassName
{
color: #CFB0F2;
}
.AnyTagClassName
{
color: #CFB0F2;
}
</style>
background-color css
<style>
a { background-color: #CFB0F2; }
a { background-color: rgb(207,176,242); }
div.DivClassName
{
background-color: #CFB0F2;
}
.BgClassName
{
background-color: #CFB0F2;
}
</style>
border-color css
<style>
span { border-color: #CFB0F2; }
span { border-color: rgb(207,176,242); }
td.TdClassName
{
border-color: #CFB0F2;
}
.TagClassName
{
border-color: #CFB0F2;
}
</style>