Shades of Lily #CF89B4
Tints of Lily #CF89B4
RGB
CMYK
RGB Variations
Color information
#CF89B4 (or 0xCF89B4) is known color: Lily. HEX triplet: CF, 89 and B4. RGB value is (207,137,180). Sum of RGB (Red+Green+Blue) = 207+137+180=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89B4 is #30764B. Grayscale: #A2A2A2. Windows color (decimal): -3176012 or 11831759. OLE color: 11831759.
HSL color Cylindrical-coordinate representation of color #CF89B4: hue angle of 323.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF89B4 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 180 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.19 |
| HSL | 323.14º | 0.42% | 0.67% | - |
| HSV(B) | 323.14º | 0.34% | 0.81% | - |
| XYZ | 42.92 | 34.45 | 47.57 | - |
| YUV | 162.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 180 | 0 | 0.34 | 0.13 | 0.19 | 323.14 | 0.42 | 0.67 |
| Hex | CF | 89 | B4 | 0 | 22 | D | 13 | 143 | 2A | 43 |
| Octal | 317 | 211 | 264 | 0 | 42 | 15 | 23 | 503 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10110100 | 0 | 100010 | 1101 | 10011 | 101000011 | 101010 | 1000011 |
Color Harmonies of #CF89B4
Complementary color
Monochromatic Colors of #CF89B4
Black with #CF89B4
Text Example
Text Example
White with #CF89B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89B4; }
p { color: rgb(207,137,180); }
H1.HeaderClassName
{
color: #CF89B4;
}
.AnyTagClassName
{
color: #CF89B4;
}
</style>
background-color css
<style>
a { background-color: #CF89B4; }
a { background-color: rgb(207,137,180); }
div.DivClassName
{
background-color: #CF89B4;
}
.BgClassName
{
background-color: #CF89B4;
}
</style>
border-color css
<style>
span { border-color: #CF89B4; }
span { border-color: rgb(207,137,180); }
td.TdClassName
{
border-color: #CF89B4;
}
.TagClassName
{
border-color: #CF89B4;
}
</style>