Shades of Lily #CF90B3
Tints of Lily #CF90B3
RGB
CMYK
RGB Variations
Color information
#CF90B3 (or 0xCF90B3) is known color: Lily. HEX triplet: CF, 90 and B3. RGB value is (207,144,179). Sum of RGB (Red+Green+Blue) = 207+144+179=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF90B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90B3 is #306F4C. Grayscale: #A6A6A6. Windows color (decimal): -3174221 or 11768015. OLE color: 11768015.
HSL color Cylindrical-coordinate representation of color #CF90B3: hue angle of 326.67º 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 #CF90B3 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 179 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.19 |
| HSL | 326.67º | 0.4% | 0.69% | - |
| HSV(B) | 326.67º | 0.3% | 0.81% | - |
| XYZ | 43.84 | 36.47 | 47.38 | - |
| YUV | 166.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 179 | 0 | 0.30 | 0.14 | 0.19 | 326.67 | 0.4 | 0.69 |
| Hex | CF | 90 | B3 | 0 | 1E | E | 13 | 147 | 28 | 45 |
| Octal | 317 | 220 | 263 | 0 | 36 | 16 | 23 | 507 | 50 | 105 |
| Binary | 11001111 | 10010000 | 10110011 | 0 | 11110 | 1110 | 10011 | 101000111 | 101000 | 1000101 |
Color Harmonies of #CF90B3
Complementary color
Monochromatic Colors of #CF90B3
Black with #CF90B3
Text Example
Text Example
White with #CF90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90B3; }
p { color: rgb(207,144,179); }
H1.HeaderClassName
{
color: #CF90B3;
}
.AnyTagClassName
{
color: #CF90B3;
}
</style>
background-color css
<style>
a { background-color: #CF90B3; }
a { background-color: rgb(207,144,179); }
div.DivClassName
{
background-color: #CF90B3;
}
.BgClassName
{
background-color: #CF90B3;
}
</style>
border-color css
<style>
span { border-color: #CF90B3; }
span { border-color: rgb(207,144,179); }
td.TdClassName
{
border-color: #CF90B3;
}
.TagClassName
{
border-color: #CF90B3;
}
</style>