Shades of Lily #CF9ABE
Tints of Lily #CF9ABE
RGB
CMYK
RGB Variations
Color information
#CF9ABE (or 0xCF9ABE) is known color: Lily. HEX triplet: CF, 9A and BE. RGB value is (207,154,190). Sum of RGB (Red+Green+Blue) = 207+154+190=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ABE is #306541. Grayscale: #ADADAD. Windows color (decimal): -3171650 or 12491471. OLE color: 12491471.
HSL color Cylindrical-coordinate representation of color #CF9ABE: hue angle of 319.25º 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 #CF9ABE is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 190 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.19 |
| HSL | 319.25º | 0.36% | 0.71% | - |
| HSV(B) | 319.25º | 0.26% | 0.81% | - |
| XYZ | 46.58 | 40.09 | 54 | - |
| YUV | 173.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 190 | 0 | 0.26 | 0.08 | 0.19 | 319.25 | 0.36 | 0.71 |
| Hex | CF | 9A | BE | 0 | 1A | 8 | 13 | 13F | 24 | 47 |
| Octal | 317 | 232 | 276 | 0 | 32 | 10 | 23 | 477 | 44 | 107 |
| Binary | 11001111 | 10011010 | 10111110 | 0 | 11010 | 1000 | 10011 | 100111111 | 100100 | 1000111 |
Color Harmonies of #CF9ABE
Complementary color
Monochromatic Colors of #CF9ABE
Black with #CF9ABE
Text Example
Text Example
White with #CF9ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9ABE; }
p { color: rgb(207,154,190); }
H1.HeaderClassName
{
color: #CF9ABE;
}
.AnyTagClassName
{
color: #CF9ABE;
}
</style>
background-color css
<style>
a { background-color: #CF9ABE; }
a { background-color: rgb(207,154,190); }
div.DivClassName
{
background-color: #CF9ABE;
}
.BgClassName
{
background-color: #CF9ABE;
}
</style>
border-color css
<style>
span { border-color: #CF9ABE; }
span { border-color: rgb(207,154,190); }
td.TdClassName
{
border-color: #CF9ABE;
}
.TagClassName
{
border-color: #CF9ABE;
}
</style>