Shades of Lily #CF90AF
Tints of Lily #CF90AF
RGB
CMYK
RGB Variations
Color information
#CF90AF (or 0xCF90AF) is known color: Lily. HEX triplet: CF, 90 and AF. RGB value is (207,144,175). Sum of RGB (Red+Green+Blue) = 207+144+175=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF90AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF90AF is #306F50. Grayscale: #A6A6A6. Windows color (decimal): -3174225 or 11505871. OLE color: 11505871.
HSL color Cylindrical-coordinate representation of color #CF90AF: hue angle of 330.48º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF90AF is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 175 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.19 |
| HSL | 330.48º | 0.4% | 0.69% | - |
| HSV(B) | 330.48º | 0.3% | 0.81% | - |
| XYZ | 43.44 | 36.31 | 45.28 | - |
| YUV | 166.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 175 | 0 | 0.30 | 0.15 | 0.19 | 330.48 | 0.4 | 0.69 |
| Hex | CF | 90 | AF | 0 | 1E | F | 13 | 14A | 28 | 45 |
| Octal | 317 | 220 | 257 | 0 | 36 | 17 | 23 | 512 | 50 | 105 |
| Binary | 11001111 | 10010000 | 10101111 | 0 | 11110 | 1111 | 10011 | 101001010 | 101000 | 1000101 |
Color Harmonies of #CF90AF
Complementary color
Monochromatic Colors of #CF90AF
Black with #CF90AF
Text Example
Text Example
White with #CF90AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90AF; }
p { color: rgb(207,144,175); }
H1.HeaderClassName
{
color: #CF90AF;
}
.AnyTagClassName
{
color: #CF90AF;
}
</style>
background-color css
<style>
a { background-color: #CF90AF; }
a { background-color: rgb(207,144,175); }
div.DivClassName
{
background-color: #CF90AF;
}
.BgClassName
{
background-color: #CF90AF;
}
</style>
border-color css
<style>
span { border-color: #CF90AF; }
span { border-color: rgb(207,144,175); }
td.TdClassName
{
border-color: #CF90AF;
}
.TagClassName
{
border-color: #CF90AF;
}
</style>