Shades of Lily #CF96B5
Tints of Lily #CF96B5
RGB
CMYK
RGB Variations
Color information
#CF96B5 (or 0xCF96B5) is known color: Lily. HEX triplet: CF, 96 and B5. RGB value is (207,150,181). Sum of RGB (Red+Green+Blue) = 207+150+181=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96B5 is #30694A. Grayscale: #AAAAAA. Windows color (decimal): -3172683 or 11900623. OLE color: 11900623.
HSL color Cylindrical-coordinate representation of color #CF96B5: hue angle of 327.37º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF96B5 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 181 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.19 |
| HSL | 327.37º | 0.37% | 0.7% | - |
| HSV(B) | 327.37º | 0.28% | 0.81% | - |
| XYZ | 44.98 | 38.41 | 48.76 | - |
| YUV | 170.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 181 | 0 | 0.28 | 0.13 | 0.19 | 327.37 | 0.37 | 0.7 |
| Hex | CF | 96 | B5 | 0 | 1C | D | 13 | 147 | 25 | 46 |
| Octal | 317 | 226 | 265 | 0 | 34 | 15 | 23 | 507 | 45 | 106 |
| Binary | 11001111 | 10010110 | 10110101 | 0 | 11100 | 1101 | 10011 | 101000111 | 100101 | 1000110 |
Color Harmonies of #CF96B5
Complementary color
Monochromatic Colors of #CF96B5
Black with #CF96B5
Text Example
Text Example
White with #CF96B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96B5; }
p { color: rgb(207,150,181); }
H1.HeaderClassName
{
color: #CF96B5;
}
.AnyTagClassName
{
color: #CF96B5;
}
</style>
background-color css
<style>
a { background-color: #CF96B5; }
a { background-color: rgb(207,150,181); }
div.DivClassName
{
background-color: #CF96B5;
}
.BgClassName
{
background-color: #CF96B5;
}
</style>
border-color css
<style>
span { border-color: #CF96B5; }
span { border-color: rgb(207,150,181); }
td.TdClassName
{
border-color: #CF96B5;
}
.TagClassName
{
border-color: #CF96B5;
}
</style>