Shades of Lily #CF9CBE
Tints of Lily #CF9CBE
RGB
CMYK
RGB Variations
Color information
#CF9CBE (or 0xCF9CBE) is known color: Lily. HEX triplet: CF, 9C and BE. RGB value is (207,156,190). Sum of RGB (Red+Green+Blue) = 207+156+190=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CBE is #306341. Grayscale: #AFAFAF. Windows color (decimal): -3171138 or 12491983. OLE color: 12491983.
HSL color Cylindrical-coordinate representation of color #CF9CBE: hue angle of 320º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9CBE is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 190 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.19 |
| HSL | 320º | 0.35% | 0.71% | - |
| HSV(B) | 320º | 0.25% | 0.81% | - |
| XYZ | 46.91 | 40.76 | 54.11 | - |
| YUV | 175.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 190 | 0 | 0.25 | 0.08 | 0.19 | 320 | 0.35 | 0.71 |
| Hex | CF | 9C | BE | 0 | 19 | 8 | 13 | 140 | 23 | 47 |
| Octal | 317 | 234 | 276 | 0 | 31 | 10 | 23 | 500 | 43 | 107 |
| Binary | 11001111 | 10011100 | 10111110 | 0 | 11001 | 1000 | 10011 | 101000000 | 100011 | 1000111 |
Color Harmonies of #CF9CBE
Complementary color
Monochromatic Colors of #CF9CBE
Black with #CF9CBE
Text Example
Text Example
White with #CF9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CBE; }
p { color: rgb(207,156,190); }
H1.HeaderClassName
{
color: #CF9CBE;
}
.AnyTagClassName
{
color: #CF9CBE;
}
</style>
background-color css
<style>
a { background-color: #CF9CBE; }
a { background-color: rgb(207,156,190); }
div.DivClassName
{
background-color: #CF9CBE;
}
.BgClassName
{
background-color: #CF9CBE;
}
</style>
border-color css
<style>
span { border-color: #CF9CBE; }
span { border-color: rgb(207,156,190); }
td.TdClassName
{
border-color: #CF9CBE;
}
.TagClassName
{
border-color: #CF9CBE;
}
</style>