Shades of Mauve #CFADFB
Tints of Mauve #CFADFB
RGB
CMYK
RGB Variations
Color information
#CFADFB (or 0xCFADFB) is known color: Mauve. HEX triplet: CF, AD and FB. RGB value is (207,173,251). Sum of RGB (Red+Green+Blue) = 207+173+251=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADFB is #305204. Grayscale: #BFBFBF. Windows color (decimal): -3166725 or 16494031. OLE color: 16494031.
HSL color Cylindrical-coordinate representation of color #CFADFB: hue angle of 266.15º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFADFB is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 173 | 251 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.02 |
| HSL | 266.15º | 0.91% | 0.83% | - |
| HSV(B) | 266.15º | 0.31% | 0.98% | - |
| XYZ | 58.09 | 50.12 | 97.88 | - |
| YUV | 192.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 251 | 0.18 | 0.31 | 0 | 0.02 | 266.15 | 0.91 | 0.83 |
| Hex | CF | AD | FB | 12 | 1F | 0 | 2 | 10A | 5B | 53 |
| Octal | 317 | 255 | 373 | 22 | 37 | 0 | 2 | 412 | 133 | 123 |
| Binary | 11001111 | 10101101 | 11111011 | 10010 | 11111 | 0 | 10 | 100001010 | 1011011 | 1010011 |
Color Harmonies of #CFADFB
Complementary color
Monochromatic Colors of #CFADFB
Black with #CFADFB
Text Example
Text Example
White with #CFADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADFB; }
p { color: rgb(207,173,251); }
H1.HeaderClassName
{
color: #CFADFB;
}
.AnyTagClassName
{
color: #CFADFB;
}
</style>
background-color css
<style>
a { background-color: #CFADFB; }
a { background-color: rgb(207,173,251); }
div.DivClassName
{
background-color: #CFADFB;
}
.BgClassName
{
background-color: #CFADFB;
}
</style>
border-color css
<style>
span { border-color: #CFADFB; }
span { border-color: rgb(207,173,251); }
td.TdClassName
{
border-color: #CFADFB;
}
.TagClassName
{
border-color: #CFADFB;
}
</style>