Shades of Lily #CFA2B4
Tints of Lily #CFA2B4
RGB
CMYK
RGB Variations
Color information
#CFA2B4 (or 0xCFA2B4) is known color: Lily. HEX triplet: CF, A2 and B4. RGB value is (207,162,180). Sum of RGB (Red+Green+Blue) = 207+162+180=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2B4 is #305D4B. Grayscale: #B1B1B1. Windows color (decimal): -3169612 or 11838159. OLE color: 11838159.
HSL color Cylindrical-coordinate representation of color #CFA2B4: hue angle of 336º 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 #CFA2B4 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 180 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.19 |
| HSL | 336º | 0.32% | 0.72% | - |
| HSV(B) | 336º | 0.22% | 0.81% | - |
| XYZ | 46.89 | 42.4 | 48.89 | - |
| YUV | 177.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 180 | 0 | 0.22 | 0.13 | 0.19 | 336 | 0.32 | 0.72 |
| Hex | CF | A2 | B4 | 0 | 16 | D | 13 | 150 | 20 | 48 |
| Octal | 317 | 242 | 264 | 0 | 26 | 15 | 23 | 520 | 40 | 110 |
| Binary | 11001111 | 10100010 | 10110100 | 0 | 10110 | 1101 | 10011 | 101010000 | 100000 | 1001000 |
Color Harmonies of #CFA2B4
Complementary color
Monochromatic Colors of #CFA2B4
Black with #CFA2B4
Text Example
Text Example
White with #CFA2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2B4; }
p { color: rgb(207,162,180); }
H1.HeaderClassName
{
color: #CFA2B4;
}
.AnyTagClassName
{
color: #CFA2B4;
}
</style>
background-color css
<style>
a { background-color: #CFA2B4; }
a { background-color: rgb(207,162,180); }
div.DivClassName
{
background-color: #CFA2B4;
}
.BgClassName
{
background-color: #CFA2B4;
}
</style>
border-color css
<style>
span { border-color: #CFA2B4; }
span { border-color: rgb(207,162,180); }
td.TdClassName
{
border-color: #CFA2B4;
}
.TagClassName
{
border-color: #CFA2B4;
}
</style>