Shades of Mauve #CFB1F4
Tints of Mauve #CFB1F4
RGB
CMYK
RGB Variations
Color information
#CFB1F4 (or 0xCFB1F4) is known color: Mauve. HEX triplet: CF, B1 and F4. RGB value is (207,177,244). Sum of RGB (Red+Green+Blue) = 207+177+244=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFB1F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB1F4 is #304E0B. Grayscale: #C1C1C1. Windows color (decimal): -3165708 or 16036303. OLE color: 16036303.
HSL color Cylindrical-coordinate representation of color #CFB1F4: hue angle of 266.87º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFB1F4 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 177 | 244 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.04 |
| HSL | 266.87º | 0.75% | 0.83% | - |
| HSV(B) | 266.87º | 0.27% | 0.96% | - |
| XYZ | 57.78 | 51.24 | 92.43 | - |
| YUV | 193.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 244 | 0.15 | 0.27 | 0 | 0.04 | 266.87 | 0.75 | 0.83 |
| Hex | CF | B1 | F4 | F | 1B | 0 | 4 | 10B | 4B | 53 |
| Octal | 317 | 261 | 364 | 17 | 33 | 0 | 4 | 413 | 113 | 123 |
| Binary | 11001111 | 10110001 | 11110100 | 1111 | 11011 | 0 | 100 | 100001011 | 1001011 | 1010011 |
Color Harmonies of #CFB1F4
Complementary color
Monochromatic Colors of #CFB1F4
Black with #CFB1F4
Text Example
Text Example
White with #CFB1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1F4; }
p { color: rgb(207,177,244); }
H1.HeaderClassName
{
color: #CFB1F4;
}
.AnyTagClassName
{
color: #CFB1F4;
}
</style>
background-color css
<style>
a { background-color: #CFB1F4; }
a { background-color: rgb(207,177,244); }
div.DivClassName
{
background-color: #CFB1F4;
}
.BgClassName
{
background-color: #CFB1F4;
}
</style>
border-color css
<style>
span { border-color: #CFB1F4; }
span { border-color: rgb(207,177,244); }
td.TdClassName
{
border-color: #CFB1F4;
}
.TagClassName
{
border-color: #CFB1F4;
}
</style>