Shades of Lily #CF9BBB
Tints of Lily #CF9BBB
RGB
CMYK
RGB Variations
Color information
#CF9BBB (or 0xCF9BBB) is known color: Lily. HEX triplet: CF, 9B and BB. RGB value is (207,155,187). Sum of RGB (Red+Green+Blue) = 207+155+187=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BBB is #306444. Grayscale: #AEAEAE. Windows color (decimal): -3171397 or 12295119. OLE color: 12295119.
HSL color Cylindrical-coordinate representation of color #CF9BBB: hue angle of 323.08º 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 #CF9BBB is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 187 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.19 |
| HSL | 323.08º | 0.35% | 0.71% | - |
| HSV(B) | 323.08º | 0.25% | 0.81% | - |
| XYZ | 46.42 | 40.3 | 52.34 | - |
| YUV | 174.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 187 | 0 | 0.25 | 0.10 | 0.19 | 323.08 | 0.35 | 0.71 |
| Hex | CF | 9B | BB | 0 | 19 | A | 13 | 143 | 23 | 47 |
| Octal | 317 | 233 | 273 | 0 | 31 | 12 | 23 | 503 | 43 | 107 |
| Binary | 11001111 | 10011011 | 10111011 | 0 | 11001 | 1010 | 10011 | 101000011 | 100011 | 1000111 |
Color Harmonies of #CF9BBB
Complementary color
Monochromatic Colors of #CF9BBB
Black with #CF9BBB
Text Example
Text Example
White with #CF9BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BBB; }
p { color: rgb(207,155,187); }
H1.HeaderClassName
{
color: #CF9BBB;
}
.AnyTagClassName
{
color: #CF9BBB;
}
</style>
background-color css
<style>
a { background-color: #CF9BBB; }
a { background-color: rgb(207,155,187); }
div.DivClassName
{
background-color: #CF9BBB;
}
.BgClassName
{
background-color: #CF9BBB;
}
</style>
border-color css
<style>
span { border-color: #CF9BBB; }
span { border-color: rgb(207,155,187); }
td.TdClassName
{
border-color: #CF9BBB;
}
.TagClassName
{
border-color: #CF9BBB;
}
</style>