Shades of Lily #CFA2B3
Tints of Lily #CFA2B3
RGB
CMYK
RGB Variations
Color information
#CFA2B3 (or 0xCFA2B3) is known color: Lily. HEX triplet: CF, A2 and B3. RGB value is (207,162,179). Sum of RGB (Red+Green+Blue) = 207+162+179=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2B3 is #305D4C. Grayscale: #B1B1B1. Windows color (decimal): -3169613 or 11772623. OLE color: 11772623.
HSL color Cylindrical-coordinate representation of color #CFA2B3: hue angle of 337.33º 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 #CFA2B3 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 179 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.19 |
| HSL | 337.33º | 0.32% | 0.72% | - |
| HSV(B) | 337.33º | 0.22% | 0.81% | - |
| XYZ | 46.79 | 42.36 | 48.36 | - |
| YUV | 177.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 179 | 0 | 0.22 | 0.14 | 0.19 | 337.33 | 0.32 | 0.72 |
| Hex | CF | A2 | B3 | 0 | 16 | E | 13 | 151 | 20 | 48 |
| Octal | 317 | 242 | 263 | 0 | 26 | 16 | 23 | 521 | 40 | 110 |
| Binary | 11001111 | 10100010 | 10110011 | 0 | 10110 | 1110 | 10011 | 101010001 | 100000 | 1001000 |
Color Harmonies of #CFA2B3
Complementary color
Monochromatic Colors of #CFA2B3
Black with #CFA2B3
Text Example
Text Example
White with #CFA2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2B3; }
p { color: rgb(207,162,179); }
H1.HeaderClassName
{
color: #CFA2B3;
}
.AnyTagClassName
{
color: #CFA2B3;
}
</style>
background-color css
<style>
a { background-color: #CFA2B3; }
a { background-color: rgb(207,162,179); }
div.DivClassName
{
background-color: #CFA2B3;
}
.BgClassName
{
background-color: #CFA2B3;
}
</style>
border-color css
<style>
span { border-color: #CFA2B3; }
span { border-color: rgb(207,162,179); }
td.TdClassName
{
border-color: #CFA2B3;
}
.TagClassName
{
border-color: #CFA2B3;
}
</style>