Shades of Lily #CF93BD
Tints of Lily #CF93BD
RGB
CMYK
RGB Variations
Color information
#CF93BD (or 0xCF93BD) is known color: Lily. HEX triplet: CF, 93 and BD. RGB value is (207,147,189). Sum of RGB (Red+Green+Blue) = 207+147+189=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93BD is #306C42. Grayscale: #A9A9A9. Windows color (decimal): -3173443 or 12424143. OLE color: 12424143.
HSL color Cylindrical-coordinate representation of color #CF93BD: hue angle of 318º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF93BD is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 189 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.19 |
| HSL | 318º | 0.38% | 0.69% | - |
| HSV(B) | 318º | 0.29% | 0.81% | - |
| XYZ | 45.35 | 37.81 | 53.05 | - |
| YUV | 169.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 189 | 0 | 0.29 | 0.09 | 0.19 | 318 | 0.38 | 0.69 |
| Hex | CF | 93 | BD | 0 | 1D | 9 | 13 | 13E | 26 | 45 |
| Octal | 317 | 223 | 275 | 0 | 35 | 11 | 23 | 476 | 46 | 105 |
| Binary | 11001111 | 10010011 | 10111101 | 0 | 11101 | 1001 | 10011 | 100111110 | 100110 | 1000101 |
Color Harmonies of #CF93BD
Complementary color
Monochromatic Colors of #CF93BD
Black with #CF93BD
Text Example
Text Example
White with #CF93BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93BD; }
p { color: rgb(207,147,189); }
H1.HeaderClassName
{
color: #CF93BD;
}
.AnyTagClassName
{
color: #CF93BD;
}
</style>
background-color css
<style>
a { background-color: #CF93BD; }
a { background-color: rgb(207,147,189); }
div.DivClassName
{
background-color: #CF93BD;
}
.BgClassName
{
background-color: #CF93BD;
}
</style>
border-color css
<style>
span { border-color: #CF93BD; }
span { border-color: rgb(207,147,189); }
td.TdClassName
{
border-color: #CF93BD;
}
.TagClassName
{
border-color: #CF93BD;
}
</style>