Shades of Lily #CF93B5
Tints of Lily #CF93B5
RGB
CMYK
RGB Variations
Color information
#CF93B5 (or 0xCF93B5) is known color: Lily. HEX triplet: CF, 93 and B5. RGB value is (207,147,181). Sum of RGB (Red+Green+Blue) = 207+147+181=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93B5 is #306C4A. Grayscale: #A8A8A8. Windows color (decimal): -3173451 or 11899855. OLE color: 11899855.
HSL color Cylindrical-coordinate representation of color #CF93B5: hue angle of 326º 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 #CF93B5 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 181 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.19 |
| HSL | 326º | 0.38% | 0.69% | - |
| HSV(B) | 326º | 0.29% | 0.81% | - |
| XYZ | 44.51 | 37.47 | 48.6 | - |
| YUV | 168.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 181 | 0 | 0.29 | 0.13 | 0.19 | 326 | 0.38 | 0.69 |
| Hex | CF | 93 | B5 | 0 | 1D | D | 13 | 146 | 26 | 45 |
| Octal | 317 | 223 | 265 | 0 | 35 | 15 | 23 | 506 | 46 | 105 |
| Binary | 11001111 | 10010011 | 10110101 | 0 | 11101 | 1101 | 10011 | 101000110 | 100110 | 1000101 |
Color Harmonies of #CF93B5
Complementary color
Monochromatic Colors of #CF93B5
Black with #CF93B5
Text Example
Text Example
White with #CF93B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93B5; }
p { color: rgb(207,147,181); }
H1.HeaderClassName
{
color: #CF93B5;
}
.AnyTagClassName
{
color: #CF93B5;
}
</style>
background-color css
<style>
a { background-color: #CF93B5; }
a { background-color: rgb(207,147,181); }
div.DivClassName
{
background-color: #CF93B5;
}
.BgClassName
{
background-color: #CF93B5;
}
</style>
border-color css
<style>
span { border-color: #CF93B5; }
span { border-color: rgb(207,147,181); }
td.TdClassName
{
border-color: #CF93B5;
}
.TagClassName
{
border-color: #CF93B5;
}
</style>