Shades of Lily #CF8FBD
Tints of Lily #CF8FBD
RGB
CMYK
RGB Variations
Color information
#CF8FBD (or 0xCF8FBD) is known color: Lily. HEX triplet: CF, 8F and BD. RGB value is (207,143,189). Sum of RGB (Red+Green+Blue) = 207+143+189=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FBD is #307042. Grayscale: #A7A7A7. Windows color (decimal): -3174467 or 12423119. OLE color: 12423119.
HSL color Cylindrical-coordinate representation of color #CF8FBD: hue angle of 316.88º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF8FBD is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 143 | 189 | - |
CMYK | 0 | 0.31 | 0.09 | 0.19 |
HSL | 316.88º | 0.4% | 0.69% | - |
HSV(B) | 316.88º | 0.31% | 0.81% | - |
XYZ | 44.74 | 36.58 | 52.85 | - |
YUV | 167.38 | 140.2 | 156.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 143 | 189 | 0 | 0.31 | 0.09 | 0.19 | 316.88 | 0.4 | 0.69 |
Hex | CF | 8F | BD | 0 | 1F | 9 | 13 | 13D | 28 | 45 |
Octal | 317 | 217 | 275 | 0 | 37 | 11 | 23 | 475 | 50 | 105 |
Binary | 11001111 | 10001111 | 10111101 | 0 | 11111 | 1001 | 10011 | 100111101 | 101000 | 1000101 |
Color Harmonies of #CF8FBD
Complementary color
Monochromatic Colors of #CF8FBD
Black with #CF8FBD
Text Example
Text Example
White with #CF8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FBD; }
p { color: rgb(207,143,189); }
H1.HeaderClassName
{
color: #CF8FBD;
}
.AnyTagClassName
{
color: #CF8FBD;
}
</style>
background-color css
<style>
a { background-color: #CF8FBD; }
a { background-color: rgb(207,143,189); }
div.DivClassName
{
background-color: #CF8FBD;
}
.BgClassName
{
background-color: #CF8FBD;
}
</style>
border-color css
<style>
span { border-color: #CF8FBD; }
span { border-color: rgb(207,143,189); }
td.TdClassName
{
border-color: #CF8FBD;
}
.TagClassName
{
border-color: #CF8FBD;
}
</style>