Shades of Lily #CFA2B8
Tints of Lily #CFA2B8
RGB
CMYK
RGB Variations
Color information
#CFA2B8 (or 0xCFA2B8) is known color: Lily. HEX triplet: CF, A2 and B8. RGB value is (207,162,184). Sum of RGB (Red+Green+Blue) = 207+162+184=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2B8 is #305D47. Grayscale: #B1B1B1. Windows color (decimal): -3169608 or 12100303. OLE color: 12100303.
HSL color Cylindrical-coordinate representation of color #CFA2B8: hue angle of 330.67º 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 #CFA2B8 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 184 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.19 |
| HSL | 330.67º | 0.32% | 0.72% | - |
| HSV(B) | 330.67º | 0.22% | 0.81% | - |
| XYZ | 47.3 | 42.57 | 51.07 | - |
| YUV | 177.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 184 | 0 | 0.22 | 0.11 | 0.19 | 330.67 | 0.32 | 0.72 |
| Hex | CF | A2 | B8 | 0 | 16 | B | 13 | 14B | 20 | 48 |
| Octal | 317 | 242 | 270 | 0 | 26 | 13 | 23 | 513 | 40 | 110 |
| Binary | 11001111 | 10100010 | 10111000 | 0 | 10110 | 1011 | 10011 | 101001011 | 100000 | 1001000 |
Color Harmonies of #CFA2B8
Complementary color
Monochromatic Colors of #CFA2B8
Black with #CFA2B8
Text Example
Text Example
White with #CFA2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2B8; }
p { color: rgb(207,162,184); }
H1.HeaderClassName
{
color: #CFA2B8;
}
.AnyTagClassName
{
color: #CFA2B8;
}
</style>
background-color css
<style>
a { background-color: #CFA2B8; }
a { background-color: rgb(207,162,184); }
div.DivClassName
{
background-color: #CFA2B8;
}
.BgClassName
{
background-color: #CFA2B8;
}
</style>
border-color css
<style>
span { border-color: #CFA2B8; }
span { border-color: rgb(207,162,184); }
td.TdClassName
{
border-color: #CFA2B8;
}
.TagClassName
{
border-color: #CFA2B8;
}
</style>