Shades of Lily #CFA1B4
Tints of Lily #CFA1B4
RGB
CMYK
RGB Variations
Color information
#CFA1B4 (or 0xCFA1B4) is known color: Lily. HEX triplet: CF, A1 and B4. RGB value is (207,161,180). Sum of RGB (Red+Green+Blue) = 207+161+180=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1B4 is #305E4B. Grayscale: #B0B0B0. Windows color (decimal): -3169868 or 11837903. OLE color: 11837903.
HSL color Cylindrical-coordinate representation of color #CFA1B4: hue angle of 335.22º 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 #CFA1B4 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 180 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.19 |
| HSL | 335.22º | 0.32% | 0.72% | - |
| HSV(B) | 335.22º | 0.22% | 0.81% | - |
| XYZ | 46.72 | 42.05 | 48.83 | - |
| YUV | 176.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 180 | 0 | 0.22 | 0.13 | 0.19 | 335.22 | 0.32 | 0.72 |
| Hex | CF | A1 | B4 | 0 | 16 | D | 13 | 14F | 20 | 48 |
| Octal | 317 | 241 | 264 | 0 | 26 | 15 | 23 | 517 | 40 | 110 |
| Binary | 11001111 | 10100001 | 10110100 | 0 | 10110 | 1101 | 10011 | 101001111 | 100000 | 1001000 |
Color Harmonies of #CFA1B4
Complementary color
Monochromatic Colors of #CFA1B4
Black with #CFA1B4
Text Example
Text Example
White with #CFA1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1B4; }
p { color: rgb(207,161,180); }
H1.HeaderClassName
{
color: #CFA1B4;
}
.AnyTagClassName
{
color: #CFA1B4;
}
</style>
background-color css
<style>
a { background-color: #CFA1B4; }
a { background-color: rgb(207,161,180); }
div.DivClassName
{
background-color: #CFA1B4;
}
.BgClassName
{
background-color: #CFA1B4;
}
</style>
border-color css
<style>
span { border-color: #CFA1B4; }
span { border-color: rgb(207,161,180); }
td.TdClassName
{
border-color: #CFA1B4;
}
.TagClassName
{
border-color: #CFA1B4;
}
</style>