Shades of Lily #CF90B4
Tints of Lily #CF90B4
RGB
CMYK
RGB Variations
Color information
#CF90B4 (or 0xCF90B4) is known color: Lily. HEX triplet: CF, 90 and B4. RGB value is (207,144,180). Sum of RGB (Red+Green+Blue) = 207+144+180=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF90B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90B4 is #306F4B. Grayscale: #A6A6A6. Windows color (decimal): -3174220 or 11833551. OLE color: 11833551.
HSL color Cylindrical-coordinate representation of color #CF90B4: hue angle of 325.71º 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 #CF90B4 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 180 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.19 |
| HSL | 325.71º | 0.4% | 0.69% | - |
| HSV(B) | 325.71º | 0.3% | 0.81% | - |
| XYZ | 43.94 | 36.51 | 47.91 | - |
| YUV | 166.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 180 | 0 | 0.30 | 0.13 | 0.19 | 325.71 | 0.4 | 0.69 |
| Hex | CF | 90 | B4 | 0 | 1E | D | 13 | 146 | 28 | 45 |
| Octal | 317 | 220 | 264 | 0 | 36 | 15 | 23 | 506 | 50 | 105 |
| Binary | 11001111 | 10010000 | 10110100 | 0 | 11110 | 1101 | 10011 | 101000110 | 101000 | 1000101 |
Color Harmonies of #CF90B4
Complementary color
Monochromatic Colors of #CF90B4
Black with #CF90B4
Text Example
Text Example
White with #CF90B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90B4; }
p { color: rgb(207,144,180); }
H1.HeaderClassName
{
color: #CF90B4;
}
.AnyTagClassName
{
color: #CF90B4;
}
</style>
background-color css
<style>
a { background-color: #CF90B4; }
a { background-color: rgb(207,144,180); }
div.DivClassName
{
background-color: #CF90B4;
}
.BgClassName
{
background-color: #CF90B4;
}
</style>
border-color css
<style>
span { border-color: #CF90B4; }
span { border-color: rgb(207,144,180); }
td.TdClassName
{
border-color: #CF90B4;
}
.TagClassName
{
border-color: #CF90B4;
}
</style>