Shades of Lily #CF9ABC
Tints of Lily #CF9ABC
RGB
CMYK
RGB Variations
Color information
#CF9ABC (or 0xCF9ABC) is known color: Lily. HEX triplet: CF, 9A and BC. RGB value is (207,154,188). Sum of RGB (Red+Green+Blue) = 207+154+188=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ABC is #306543. Grayscale: #ADADAD. Windows color (decimal): -3171652 or 12360399. OLE color: 12360399.
HSL color Cylindrical-coordinate representation of color #CF9ABC: hue angle of 321.51º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9ABC is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 188 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.19 |
| HSL | 321.51º | 0.36% | 0.71% | - |
| HSV(B) | 321.51º | 0.26% | 0.81% | - |
| XYZ | 46.36 | 40.01 | 52.86 | - |
| YUV | 173.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 188 | 0 | 0.26 | 0.09 | 0.19 | 321.51 | 0.36 | 0.71 |
| Hex | CF | 9A | BC | 0 | 1A | 9 | 13 | 142 | 24 | 47 |
| Octal | 317 | 232 | 274 | 0 | 32 | 11 | 23 | 502 | 44 | 107 |
| Binary | 11001111 | 10011010 | 10111100 | 0 | 11010 | 1001 | 10011 | 101000010 | 100100 | 1000111 |
Color Harmonies of #CF9ABC
Complementary color
Monochromatic Colors of #CF9ABC
Black with #CF9ABC
Text Example
Text Example
White with #CF9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9ABC; }
p { color: rgb(207,154,188); }
H1.HeaderClassName
{
color: #CF9ABC;
}
.AnyTagClassName
{
color: #CF9ABC;
}
</style>
background-color css
<style>
a { background-color: #CF9ABC; }
a { background-color: rgb(207,154,188); }
div.DivClassName
{
background-color: #CF9ABC;
}
.BgClassName
{
background-color: #CF9ABC;
}
</style>
border-color css
<style>
span { border-color: #CF9ABC; }
span { border-color: rgb(207,154,188); }
td.TdClassName
{
border-color: #CF9ABC;
}
.TagClassName
{
border-color: #CF9ABC;
}
</style>