Shades of Lily #CF8BB4
Tints of Lily #CF8BB4
RGB
CMYK
RGB Variations
Color information
#CF8BB4 (or 0xCF8BB4) is known color: Lily. HEX triplet: CF, 8B and B4. RGB value is (207,139,180). Sum of RGB (Red+Green+Blue) = 207+139+180=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BB4 is #30744B. Grayscale: #A3A3A3. Windows color (decimal): -3175500 or 11832271. OLE color: 11832271.
HSL color Cylindrical-coordinate representation of color #CF8BB4: hue angle of 323.82º degrees, saturation: 0.41, 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 #CF8BB4 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 180 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.19 |
| HSL | 323.82º | 0.41% | 0.68% | - |
| HSV(B) | 323.82º | 0.33% | 0.81% | - |
| XYZ | 43.2 | 35.03 | 47.66 | - |
| YUV | 164.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 180 | 0 | 0.33 | 0.13 | 0.19 | 323.82 | 0.41 | 0.68 |
| Hex | CF | 8B | B4 | 0 | 21 | D | 13 | 144 | 29 | 44 |
| Octal | 317 | 213 | 264 | 0 | 41 | 15 | 23 | 504 | 51 | 104 |
| Binary | 11001111 | 10001011 | 10110100 | 0 | 100001 | 1101 | 10011 | 101000100 | 101001 | 1000100 |
Color Harmonies of #CF8BB4
Complementary color
Monochromatic Colors of #CF8BB4
Black with #CF8BB4
Text Example
Text Example
White with #CF8BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BB4; }
p { color: rgb(207,139,180); }
H1.HeaderClassName
{
color: #CF8BB4;
}
.AnyTagClassName
{
color: #CF8BB4;
}
</style>
background-color css
<style>
a { background-color: #CF8BB4; }
a { background-color: rgb(207,139,180); }
div.DivClassName
{
background-color: #CF8BB4;
}
.BgClassName
{
background-color: #CF8BB4;
}
</style>
border-color css
<style>
span { border-color: #CF8BB4; }
span { border-color: rgb(207,139,180); }
td.TdClassName
{
border-color: #CF8BB4;
}
.TagClassName
{
border-color: #CF8BB4;
}
</style>