Shades of Lily #CFA5BA
Tints of Lily #CFA5BA
RGB
CMYK
RGB Variations
Color information
#CFA5BA (or 0xCFA5BA) is known color: Lily. HEX triplet: CF, A5 and BA. RGB value is (207,165,186). Sum of RGB (Red+Green+Blue) = 207+165+186=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5BA is #305A45. Grayscale: #B3B3B3. Windows color (decimal): -3168838 or 12232143. OLE color: 12232143.
HSL color Cylindrical-coordinate representation of color #CFA5BA: hue angle of 330º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA5BA is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 186 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.19 |
| HSL | 330º | 0.3% | 0.73% | - |
| HSV(B) | 330º | 0.2% | 0.81% | - |
| XYZ | 48.05 | 43.72 | 52.36 | - |
| YUV | 179.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 186 | 0 | 0.20 | 0.10 | 0.19 | 330 | 0.3 | 0.73 |
| Hex | CF | A5 | BA | 0 | 14 | A | 13 | 14A | 1E | 49 |
| Octal | 317 | 245 | 272 | 0 | 24 | 12 | 23 | 512 | 36 | 111 |
| Binary | 11001111 | 10100101 | 10111010 | 0 | 10100 | 1010 | 10011 | 101001010 | 11110 | 1001001 |
Color Harmonies of #CFA5BA
Complementary color
Monochromatic Colors of #CFA5BA
Black with #CFA5BA
Text Example
Text Example
White with #CFA5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5BA; }
p { color: rgb(207,165,186); }
H1.HeaderClassName
{
color: #CFA5BA;
}
.AnyTagClassName
{
color: #CFA5BA;
}
</style>
background-color css
<style>
a { background-color: #CFA5BA; }
a { background-color: rgb(207,165,186); }
div.DivClassName
{
background-color: #CFA5BA;
}
.BgClassName
{
background-color: #CFA5BA;
}
</style>
border-color css
<style>
span { border-color: #CFA5BA; }
span { border-color: rgb(207,165,186); }
td.TdClassName
{
border-color: #CFA5BA;
}
.TagClassName
{
border-color: #CFA5BA;
}
</style>