Shades of Lily #CF93AF
Tints of Lily #CF93AF
RGB
CMYK
RGB Variations
Color information
#CF93AF (or 0xCF93AF) is known color: Lily. HEX triplet: CF, 93 and AF. RGB value is (207,147,175). Sum of RGB (Red+Green+Blue) = 207+147+175=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF93AF is #306C50. Grayscale: #A8A8A8. Windows color (decimal): -3173457 or 11506639. OLE color: 11506639.
HSL color Cylindrical-coordinate representation of color #CF93AF: hue angle of 332º 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 #CF93AF is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 175 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.19 |
| HSL | 332º | 0.38% | 0.69% | - |
| HSV(B) | 332º | 0.29% | 0.81% | - |
| XYZ | 43.9 | 37.23 | 45.43 | - |
| YUV | 168.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 175 | 0 | 0.29 | 0.15 | 0.19 | 332 | 0.38 | 0.69 |
| Hex | CF | 93 | AF | 0 | 1D | F | 13 | 14C | 26 | 45 |
| Octal | 317 | 223 | 257 | 0 | 35 | 17 | 23 | 514 | 46 | 105 |
| Binary | 11001111 | 10010011 | 10101111 | 0 | 11101 | 1111 | 10011 | 101001100 | 100110 | 1000101 |
Color Harmonies of #CF93AF
Complementary color
Monochromatic Colors of #CF93AF
Black with #CF93AF
Text Example
Text Example
White with #CF93AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93AF; }
p { color: rgb(207,147,175); }
H1.HeaderClassName
{
color: #CF93AF;
}
.AnyTagClassName
{
color: #CF93AF;
}
</style>
background-color css
<style>
a { background-color: #CF93AF; }
a { background-color: rgb(207,147,175); }
div.DivClassName
{
background-color: #CF93AF;
}
.BgClassName
{
background-color: #CF93AF;
}
</style>
border-color css
<style>
span { border-color: #CF93AF; }
span { border-color: rgb(207,147,175); }
td.TdClassName
{
border-color: #CF93AF;
}
.TagClassName
{
border-color: #CF93AF;
}
</style>