Shades of Lily #CF94BD
Tints of Lily #CF94BD
RGB
CMYK
RGB Variations
Color information
#CF94BD (or 0xCF94BD) is known color: Lily. HEX triplet: CF, 94 and BD. RGB value is (207,148,189). Sum of RGB (Red+Green+Blue) = 207+148+189=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CF94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94BD is #306B42. Grayscale: #AAAAAA. Windows color (decimal): -3173187 or 12424399. OLE color: 12424399.
HSL color Cylindrical-coordinate representation of color #CF94BD: hue angle of 318.31º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF94BD is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 189 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.19 |
| HSL | 318.31º | 0.38% | 0.7% | - |
| HSV(B) | 318.31º | 0.29% | 0.81% | - |
| XYZ | 45.51 | 38.12 | 53.1 | - |
| YUV | 170.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 189 | 0 | 0.29 | 0.09 | 0.19 | 318.31 | 0.38 | 0.7 |
| Hex | CF | 94 | BD | 0 | 1D | 9 | 13 | 13E | 26 | 46 |
| Octal | 317 | 224 | 275 | 0 | 35 | 11 | 23 | 476 | 46 | 106 |
| Binary | 11001111 | 10010100 | 10111101 | 0 | 11101 | 1001 | 10011 | 100111110 | 100110 | 1000110 |
Color Harmonies of #CF94BD
Complementary color
Monochromatic Colors of #CF94BD
Black with #CF94BD
Text Example
Text Example
White with #CF94BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF94BD; }
p { color: rgb(207,148,189); }
H1.HeaderClassName
{
color: #CF94BD;
}
.AnyTagClassName
{
color: #CF94BD;
}
</style>
background-color css
<style>
a { background-color: #CF94BD; }
a { background-color: rgb(207,148,189); }
div.DivClassName
{
background-color: #CF94BD;
}
.BgClassName
{
background-color: #CF94BD;
}
</style>
border-color css
<style>
span { border-color: #CF94BD; }
span { border-color: rgb(207,148,189); }
td.TdClassName
{
border-color: #CF94BD;
}
.TagClassName
{
border-color: #CF94BD;
}
</style>