Shades of Lily #CF9FB2
Tints of Lily #CF9FB2
RGB
CMYK
RGB Variations
Color information
#CF9FB2 (or 0xCF9FB2) is known color: Lily. HEX triplet: CF, 9F and B2. RGB value is (207,159,178). Sum of RGB (Red+Green+Blue) = 207+159+178=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9FB2 is #30604D. Grayscale: #AFAFAF. Windows color (decimal): -3170382 or 11706319. OLE color: 11706319.
HSL color Cylindrical-coordinate representation of color #CF9FB2: hue angle of 336.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CF9FB2 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 178 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.19 |
| HSL | 336.25º | 0.33% | 0.72% | - |
| HSV(B) | 336.25º | 0.23% | 0.81% | - |
| XYZ | 46.17 | 41.28 | 47.65 | - |
| YUV | 175.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 178 | 0 | 0.23 | 0.14 | 0.19 | 336.25 | 0.33 | 0.72 |
| Hex | CF | 9F | B2 | 0 | 17 | E | 13 | 150 | 21 | 48 |
| Octal | 317 | 237 | 262 | 0 | 27 | 16 | 23 | 520 | 41 | 110 |
| Binary | 11001111 | 10011111 | 10110010 | 0 | 10111 | 1110 | 10011 | 101010000 | 100001 | 1001000 |
Color Harmonies of #CF9FB2
Complementary color
Monochromatic Colors of #CF9FB2
Black with #CF9FB2
Text Example
Text Example
White with #CF9FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FB2; }
p { color: rgb(207,159,178); }
H1.HeaderClassName
{
color: #CF9FB2;
}
.AnyTagClassName
{
color: #CF9FB2;
}
</style>
background-color css
<style>
a { background-color: #CF9FB2; }
a { background-color: rgb(207,159,178); }
div.DivClassName
{
background-color: #CF9FB2;
}
.BgClassName
{
background-color: #CF9FB2;
}
</style>
border-color css
<style>
span { border-color: #CF9FB2; }
span { border-color: rgb(207,159,178); }
td.TdClassName
{
border-color: #CF9FB2;
}
.TagClassName
{
border-color: #CF9FB2;
}
</style>