Shades of Lily #CF8AAF
Tints of Lily #CF8AAF
RGB
CMYK
RGB Variations
Color information
#CF8AAF (or 0xCF8AAF) is known color: Lily. HEX triplet: CF, 8A and AF. RGB value is (207,138,175). Sum of RGB (Red+Green+Blue) = 207+138+175=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8AAF is #307550. Grayscale: #A2A2A2. Windows color (decimal): -3175761 or 11504335. OLE color: 11504335.
HSL color Cylindrical-coordinate representation of color #CF8AAF: hue angle of 327.83º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8AAF is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 175 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.19 |
| HSL | 327.83º | 0.42% | 0.68% | - |
| HSV(B) | 327.83º | 0.33% | 0.81% | - |
| XYZ | 42.56 | 34.54 | 44.98 | - |
| YUV | 162.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 175 | 0 | 0.33 | 0.15 | 0.19 | 327.83 | 0.42 | 0.68 |
| Hex | CF | 8A | AF | 0 | 21 | F | 13 | 148 | 2A | 44 |
| Octal | 317 | 212 | 257 | 0 | 41 | 17 | 23 | 510 | 52 | 104 |
| Binary | 11001111 | 10001010 | 10101111 | 0 | 100001 | 1111 | 10011 | 101001000 | 101010 | 1000100 |
Color Harmonies of #CF8AAF
Complementary color
Monochromatic Colors of #CF8AAF
Black with #CF8AAF
Text Example
Text Example
White with #CF8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8AAF; }
p { color: rgb(207,138,175); }
H1.HeaderClassName
{
color: #CF8AAF;
}
.AnyTagClassName
{
color: #CF8AAF;
}
</style>
background-color css
<style>
a { background-color: #CF8AAF; }
a { background-color: rgb(207,138,175); }
div.DivClassName
{
background-color: #CF8AAF;
}
.BgClassName
{
background-color: #CF8AAF;
}
</style>
border-color css
<style>
span { border-color: #CF8AAF; }
span { border-color: rgb(207,138,175); }
td.TdClassName
{
border-color: #CF8AAF;
}
.TagClassName
{
border-color: #CF8AAF;
}
</style>