Shades of Lily #CF8AB5
Tints of Lily #CF8AB5
RGB
CMYK
RGB Variations
Color information
#CF8AB5 (or 0xCF8AB5) is known color: Lily. HEX triplet: CF, 8A and B5. RGB value is (207,138,181). Sum of RGB (Red+Green+Blue) = 207+138+181=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8AB5 is #30754A. Grayscale: #A3A3A3. Windows color (decimal): -3175755 or 11897551. OLE color: 11897551.
HSL color Cylindrical-coordinate representation of color #CF8AB5: hue angle of 322.61º 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 #CF8AB5 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 181 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.19 |
| HSL | 322.61º | 0.42% | 0.68% | - |
| HSV(B) | 322.61º | 0.33% | 0.81% | - |
| XYZ | 43.16 | 34.78 | 48.15 | - |
| YUV | 163.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 181 | 0 | 0.33 | 0.13 | 0.19 | 322.61 | 0.42 | 0.68 |
| Hex | CF | 8A | B5 | 0 | 21 | D | 13 | 143 | 2A | 44 |
| Octal | 317 | 212 | 265 | 0 | 41 | 15 | 23 | 503 | 52 | 104 |
| Binary | 11001111 | 10001010 | 10110101 | 0 | 100001 | 1101 | 10011 | 101000011 | 101010 | 1000100 |
Color Harmonies of #CF8AB5
Complementary color
Monochromatic Colors of #CF8AB5
Black with #CF8AB5
Text Example
Text Example
White with #CF8AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8AB5; }
p { color: rgb(207,138,181); }
H1.HeaderClassName
{
color: #CF8AB5;
}
.AnyTagClassName
{
color: #CF8AB5;
}
</style>
background-color css
<style>
a { background-color: #CF8AB5; }
a { background-color: rgb(207,138,181); }
div.DivClassName
{
background-color: #CF8AB5;
}
.BgClassName
{
background-color: #CF8AB5;
}
</style>
border-color css
<style>
span { border-color: #CF8AB5; }
span { border-color: rgb(207,138,181); }
td.TdClassName
{
border-color: #CF8AB5;
}
.TagClassName
{
border-color: #CF8AB5;
}
</style>