Shades of Lily #CF93B9
Tints of Lily #CF93B9
RGB
CMYK
RGB Variations
Color information
#CF93B9 (or 0xCF93B9) is known color: Lily. HEX triplet: CF, 93 and B9. RGB value is (207,147,185). Sum of RGB (Red+Green+Blue) = 207+147+185=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93B9 is #306C46. Grayscale: #A9A9A9. Windows color (decimal): -3173447 or 12161999. OLE color: 12161999.
HSL color Cylindrical-coordinate representation of color #CF93B9: hue angle of 322º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF93B9 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 185 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.19 |
| HSL | 322º | 0.38% | 0.69% | - |
| HSV(B) | 322º | 0.29% | 0.81% | - |
| XYZ | 44.92 | 37.64 | 50.8 | - |
| YUV | 169.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 185 | 0 | 0.29 | 0.11 | 0.19 | 322 | 0.38 | 0.69 |
| Hex | CF | 93 | B9 | 0 | 1D | B | 13 | 142 | 26 | 45 |
| Octal | 317 | 223 | 271 | 0 | 35 | 13 | 23 | 502 | 46 | 105 |
| Binary | 11001111 | 10010011 | 10111001 | 0 | 11101 | 1011 | 10011 | 101000010 | 100110 | 1000101 |
Color Harmonies of #CF93B9
Complementary color
Monochromatic Colors of #CF93B9
Black with #CF93B9
Text Example
Text Example
White with #CF93B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93B9; }
p { color: rgb(207,147,185); }
H1.HeaderClassName
{
color: #CF93B9;
}
.AnyTagClassName
{
color: #CF93B9;
}
</style>
background-color css
<style>
a { background-color: #CF93B9; }
a { background-color: rgb(207,147,185); }
div.DivClassName
{
background-color: #CF93B9;
}
.BgClassName
{
background-color: #CF93B9;
}
</style>
border-color css
<style>
span { border-color: #CF93B9; }
span { border-color: rgb(207,147,185); }
td.TdClassName
{
border-color: #CF93B9;
}
.TagClassName
{
border-color: #CF93B9;
}
</style>