Shades of Lily #CFA2B5
Tints of Lily #CFA2B5
RGB
CMYK
RGB Variations
Color information
#CFA2B5 (or 0xCFA2B5) is known color: Lily. HEX triplet: CF, A2 and B5. RGB value is (207,162,181). Sum of RGB (Red+Green+Blue) = 207+162+181=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2B5 is #305D4A. Grayscale: #B1B1B1. Windows color (decimal): -3169611 or 11903695. OLE color: 11903695.
HSL color Cylindrical-coordinate representation of color #CFA2B5: hue angle of 334.67º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA2B5 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 181 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.19 |
| HSL | 334.67º | 0.32% | 0.72% | - |
| HSV(B) | 334.67º | 0.22% | 0.81% | - |
| XYZ | 46.99 | 42.44 | 49.43 | - |
| YUV | 177.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 181 | 0 | 0.22 | 0.13 | 0.19 | 334.67 | 0.32 | 0.72 |
| Hex | CF | A2 | B5 | 0 | 16 | D | 13 | 14F | 20 | 48 |
| Octal | 317 | 242 | 265 | 0 | 26 | 15 | 23 | 517 | 40 | 110 |
| Binary | 11001111 | 10100010 | 10110101 | 0 | 10110 | 1101 | 10011 | 101001111 | 100000 | 1001000 |
Color Harmonies of #CFA2B5
Complementary color
Monochromatic Colors of #CFA2B5
Black with #CFA2B5
Text Example
Text Example
White with #CFA2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2B5; }
p { color: rgb(207,162,181); }
H1.HeaderClassName
{
color: #CFA2B5;
}
.AnyTagClassName
{
color: #CFA2B5;
}
</style>
background-color css
<style>
a { background-color: #CFA2B5; }
a { background-color: rgb(207,162,181); }
div.DivClassName
{
background-color: #CFA2B5;
}
.BgClassName
{
background-color: #CFA2B5;
}
</style>
border-color css
<style>
span { border-color: #CFA2B5; }
span { border-color: rgb(207,162,181); }
td.TdClassName
{
border-color: #CFA2B5;
}
.TagClassName
{
border-color: #CFA2B5;
}
</style>