Shades of Lily #CF9BBC
Tints of Lily #CF9BBC
RGB
CMYK
RGB Variations
Color information
#CF9BBC (or 0xCF9BBC) is known color: Lily. HEX triplet: CF, 9B and BC. RGB value is (207,155,188). Sum of RGB (Red+Green+Blue) = 207+155+188=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BBC is #306443. Grayscale: #AEAEAE. Windows color (decimal): -3171396 or 12360655. OLE color: 12360655.
HSL color Cylindrical-coordinate representation of color #CF9BBC: hue angle of 321.92º 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 #CF9BBC is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 188 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.19 |
| HSL | 321.92º | 0.35% | 0.71% | - |
| HSV(B) | 321.92º | 0.25% | 0.81% | - |
| XYZ | 46.53 | 40.34 | 52.91 | - |
| YUV | 174.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 188 | 0 | 0.25 | 0.09 | 0.19 | 321.92 | 0.35 | 0.71 |
| Hex | CF | 9B | BC | 0 | 19 | 9 | 13 | 142 | 23 | 47 |
| Octal | 317 | 233 | 274 | 0 | 31 | 11 | 23 | 502 | 43 | 107 |
| Binary | 11001111 | 10011011 | 10111100 | 0 | 11001 | 1001 | 10011 | 101000010 | 100011 | 1000111 |
Color Harmonies of #CF9BBC
Complementary color
Monochromatic Colors of #CF9BBC
Black with #CF9BBC
Text Example
Text Example
White with #CF9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BBC; }
p { color: rgb(207,155,188); }
H1.HeaderClassName
{
color: #CF9BBC;
}
.AnyTagClassName
{
color: #CF9BBC;
}
</style>
background-color css
<style>
a { background-color: #CF9BBC; }
a { background-color: rgb(207,155,188); }
div.DivClassName
{
background-color: #CF9BBC;
}
.BgClassName
{
background-color: #CF9BBC;
}
</style>
border-color css
<style>
span { border-color: #CF9BBC; }
span { border-color: rgb(207,155,188); }
td.TdClassName
{
border-color: #CF9BBC;
}
.TagClassName
{
border-color: #CF9BBC;
}
</style>