Shades of Lily #CFA4B4
Tints of Lily #CFA4B4
RGB
CMYK
RGB Variations
Color information
#CFA4B4 (or 0xCFA4B4) is known color: Lily. HEX triplet: CF, A4 and B4. RGB value is (207,164,180). Sum of RGB (Red+Green+Blue) = 207+164+180=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4B4 is #305B4B. Grayscale: #B2B2B2. Windows color (decimal): -3169100 or 11838671. OLE color: 11838671.
HSL color Cylindrical-coordinate representation of color #CFA4B4: hue angle of 337.67º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA4B4 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 180 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.19 |
| HSL | 337.67º | 0.31% | 0.73% | - |
| HSV(B) | 337.67º | 0.21% | 0.81% | - |
| XYZ | 47.25 | 43.11 | 49.01 | - |
| YUV | 178.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 180 | 0 | 0.21 | 0.13 | 0.19 | 337.67 | 0.31 | 0.73 |
| Hex | CF | A4 | B4 | 0 | 15 | D | 13 | 152 | 1F | 49 |
| Octal | 317 | 244 | 264 | 0 | 25 | 15 | 23 | 522 | 37 | 111 |
| Binary | 11001111 | 10100100 | 10110100 | 0 | 10101 | 1101 | 10011 | 101010010 | 11111 | 1001001 |
Color Harmonies of #CFA4B4
Complementary color
Monochromatic Colors of #CFA4B4
Black with #CFA4B4
Text Example
Text Example
White with #CFA4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4B4; }
p { color: rgb(207,164,180); }
H1.HeaderClassName
{
color: #CFA4B4;
}
.AnyTagClassName
{
color: #CFA4B4;
}
</style>
background-color css
<style>
a { background-color: #CFA4B4; }
a { background-color: rgb(207,164,180); }
div.DivClassName
{
background-color: #CFA4B4;
}
.BgClassName
{
background-color: #CFA4B4;
}
</style>
border-color css
<style>
span { border-color: #CFA4B4; }
span { border-color: rgb(207,164,180); }
td.TdClassName
{
border-color: #CFA4B4;
}
.TagClassName
{
border-color: #CFA4B4;
}
</style>