Shades of Mauve #CFB2FD
Tints of Mauve #CFB2FD
RGB
CMYK
RGB Variations
Color information
#CFB2FD (or 0xCFB2FD) is known color: Mauve. HEX triplet: CF, B2 and FD. RGB value is (207,178,253). Sum of RGB (Red+Green+Blue) = 207+178+253=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFB2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB2FD is #304D02. Grayscale: #C2C2C2. Windows color (decimal): -3165443 or 16626383. OLE color: 16626383.
HSL color Cylindrical-coordinate representation of color #CFB2FD: hue angle of 263.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFB2FD is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 178 | 253 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.01 |
| HSL | 263.2º | 0.95% | 0.85% | - |
| HSV(B) | 263.2º | 0.3% | 0.99% | - |
| XYZ | 59.38 | 52.2 | 99.87 | - |
| YUV | 195.22 | 160.61 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 253 | 0.18 | 0.30 | 0 | 0.01 | 263.2 | 0.95 | 0.85 |
| Hex | CF | B2 | FD | 12 | 1E | 0 | 1 | 107 | 5F | 55 |
| Octal | 317 | 262 | 375 | 22 | 36 | 0 | 1 | 407 | 137 | 125 |
| Binary | 11001111 | 10110010 | 11111101 | 10010 | 11110 | 0 | 1 | 100000111 | 1011111 | 1010101 |
Color Harmonies of #CFB2FD
Complementary color
Monochromatic Colors of #CFB2FD
Black with #CFB2FD
Text Example
Text Example
White with #CFB2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2FD; }
p { color: rgb(207,178,253); }
H1.HeaderClassName
{
color: #CFB2FD;
}
.AnyTagClassName
{
color: #CFB2FD;
}
</style>
background-color css
<style>
a { background-color: #CFB2FD; }
a { background-color: rgb(207,178,253); }
div.DivClassName
{
background-color: #CFB2FD;
}
.BgClassName
{
background-color: #CFB2FD;
}
</style>
border-color css
<style>
span { border-color: #CFB2FD; }
span { border-color: rgb(207,178,253); }
td.TdClassName
{
border-color: #CFB2FD;
}
.TagClassName
{
border-color: #CFB2FD;
}
</style>