Shades of Lily #CF9ABB
Tints of Lily #CF9ABB
RGB
CMYK
RGB Variations
Color information
#CF9ABB (or 0xCF9ABB) is known color: Lily. HEX triplet: CF, 9A and BB. RGB value is (207,154,187). Sum of RGB (Red+Green+Blue) = 207+154+187=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ABB is #306544. Grayscale: #ADADAD. Windows color (decimal): -3171653 or 12294863. OLE color: 12294863.
HSL color Cylindrical-coordinate representation of color #CF9ABB: hue angle of 322.64º 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 #CF9ABB is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 187 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.19 |
| HSL | 322.64º | 0.36% | 0.71% | - |
| HSV(B) | 322.64º | 0.26% | 0.81% | - |
| XYZ | 46.26 | 39.96 | 52.29 | - |
| YUV | 173.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 187 | 0 | 0.26 | 0.10 | 0.19 | 322.64 | 0.36 | 0.71 |
| Hex | CF | 9A | BB | 0 | 1A | A | 13 | 143 | 24 | 47 |
| Octal | 317 | 232 | 273 | 0 | 32 | 12 | 23 | 503 | 44 | 107 |
| Binary | 11001111 | 10011010 | 10111011 | 0 | 11010 | 1010 | 10011 | 101000011 | 100100 | 1000111 |
Color Harmonies of #CF9ABB
Complementary color
Monochromatic Colors of #CF9ABB
Black with #CF9ABB
Text Example
Text Example
White with #CF9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9ABB; }
p { color: rgb(207,154,187); }
H1.HeaderClassName
{
color: #CF9ABB;
}
.AnyTagClassName
{
color: #CF9ABB;
}
</style>
background-color css
<style>
a { background-color: #CF9ABB; }
a { background-color: rgb(207,154,187); }
div.DivClassName
{
background-color: #CF9ABB;
}
.BgClassName
{
background-color: #CF9ABB;
}
</style>
border-color css
<style>
span { border-color: #CF9ABB; }
span { border-color: rgb(207,154,187); }
td.TdClassName
{
border-color: #CF9ABB;
}
.TagClassName
{
border-color: #CF9ABB;
}
</style>