Shades of Lily #CFA1BD
Tints of Lily #CFA1BD
RGB
CMYK
RGB Variations
Color information
#CFA1BD (or 0xCFA1BD) is known color: Lily. HEX triplet: CF, A1 and BD. RGB value is (207,161,189). Sum of RGB (Red+Green+Blue) = 207+161+189=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1BD is #305E42. Grayscale: #B1B1B1. Windows color (decimal): -3169859 or 12427727. OLE color: 12427727.
HSL color Cylindrical-coordinate representation of color #CFA1BD: hue angle of 323.48º 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 #CFA1BD is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 189 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.19 |
| HSL | 323.48º | 0.32% | 0.72% | - |
| HSV(B) | 323.48º | 0.22% | 0.81% | - |
| XYZ | 47.66 | 42.43 | 53.82 | - |
| YUV | 177.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 189 | 0 | 0.22 | 0.09 | 0.19 | 323.48 | 0.32 | 0.72 |
| Hex | CF | A1 | BD | 0 | 16 | 9 | 13 | 143 | 20 | 48 |
| Octal | 317 | 241 | 275 | 0 | 26 | 11 | 23 | 503 | 40 | 110 |
| Binary | 11001111 | 10100001 | 10111101 | 0 | 10110 | 1001 | 10011 | 101000011 | 100000 | 1001000 |
Color Harmonies of #CFA1BD
Complementary color
Monochromatic Colors of #CFA1BD
Black with #CFA1BD
Text Example
Text Example
White with #CFA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1BD; }
p { color: rgb(207,161,189); }
H1.HeaderClassName
{
color: #CFA1BD;
}
.AnyTagClassName
{
color: #CFA1BD;
}
</style>
background-color css
<style>
a { background-color: #CFA1BD; }
a { background-color: rgb(207,161,189); }
div.DivClassName
{
background-color: #CFA1BD;
}
.BgClassName
{
background-color: #CFA1BD;
}
</style>
border-color css
<style>
span { border-color: #CFA1BD; }
span { border-color: rgb(207,161,189); }
td.TdClassName
{
border-color: #CFA1BD;
}
.TagClassName
{
border-color: #CFA1BD;
}
</style>