Shades of Lily #CF98BD
Tints of Lily #CF98BD
RGB
CMYK
RGB Variations
Color information
#CF98BD (or 0xCF98BD) is known color: Lily. HEX triplet: CF, 98 and BD. RGB value is (207,152,189). Sum of RGB (Red+Green+Blue) = 207+152+189=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98BD is #306742. Grayscale: #ACACAC. Windows color (decimal): -3172163 or 12425423. OLE color: 12425423.
HSL color Cylindrical-coordinate representation of color #CF98BD: hue angle of 319.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF98BD is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 189 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.19 |
| HSL | 319.64º | 0.36% | 0.7% | - |
| HSV(B) | 319.64º | 0.27% | 0.81% | - |
| XYZ | 46.15 | 39.4 | 53.32 | - |
| YUV | 172.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 189 | 0 | 0.27 | 0.09 | 0.19 | 319.64 | 0.36 | 0.7 |
| Hex | CF | 98 | BD | 0 | 1B | 9 | 13 | 140 | 24 | 46 |
| Octal | 317 | 230 | 275 | 0 | 33 | 11 | 23 | 500 | 44 | 106 |
| Binary | 11001111 | 10011000 | 10111101 | 0 | 11011 | 1001 | 10011 | 101000000 | 100100 | 1000110 |
Color Harmonies of #CF98BD
Complementary color
Monochromatic Colors of #CF98BD
Black with #CF98BD
Text Example
Text Example
White with #CF98BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF98BD; }
p { color: rgb(207,152,189); }
H1.HeaderClassName
{
color: #CF98BD;
}
.AnyTagClassName
{
color: #CF98BD;
}
</style>
background-color css
<style>
a { background-color: #CF98BD; }
a { background-color: rgb(207,152,189); }
div.DivClassName
{
background-color: #CF98BD;
}
.BgClassName
{
background-color: #CF98BD;
}
</style>
border-color css
<style>
span { border-color: #CF98BD; }
span { border-color: rgb(207,152,189); }
td.TdClassName
{
border-color: #CF98BD;
}
.TagClassName
{
border-color: #CF98BD;
}
</style>