Shades of Lily #CFA4B3
Tints of Lily #CFA4B3
RGB
CMYK
RGB Variations
Color information
#CFA4B3 (or 0xCFA4B3) is known color: Lily. HEX triplet: CF, A4 and B3. RGB value is (207,164,179). Sum of RGB (Red+Green+Blue) = 207+164+179=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4B3 is #305B4C. Grayscale: #B2B2B2. Windows color (decimal): -3169101 or 11773135. OLE color: 11773135.
HSL color Cylindrical-coordinate representation of color #CFA4B3: hue angle of 339.07º 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 #CFA4B3 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 179 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.19 |
| HSL | 339.07º | 0.31% | 0.73% | - |
| HSV(B) | 339.07º | 0.21% | 0.81% | - |
| XYZ | 47.14 | 43.07 | 48.48 | - |
| YUV | 178.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 179 | 0 | 0.21 | 0.14 | 0.19 | 339.07 | 0.31 | 0.73 |
| Hex | CF | A4 | B3 | 0 | 15 | E | 13 | 153 | 1F | 49 |
| Octal | 317 | 244 | 263 | 0 | 25 | 16 | 23 | 523 | 37 | 111 |
| Binary | 11001111 | 10100100 | 10110011 | 0 | 10101 | 1110 | 10011 | 101010011 | 11111 | 1001001 |
Color Harmonies of #CFA4B3
Complementary color
Monochromatic Colors of #CFA4B3
Black with #CFA4B3
Text Example
Text Example
White with #CFA4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4B3; }
p { color: rgb(207,164,179); }
H1.HeaderClassName
{
color: #CFA4B3;
}
.AnyTagClassName
{
color: #CFA4B3;
}
</style>
background-color css
<style>
a { background-color: #CFA4B3; }
a { background-color: rgb(207,164,179); }
div.DivClassName
{
background-color: #CFA4B3;
}
.BgClassName
{
background-color: #CFA4B3;
}
</style>
border-color css
<style>
span { border-color: #CFA4B3; }
span { border-color: rgb(207,164,179); }
td.TdClassName
{
border-color: #CFA4B3;
}
.TagClassName
{
border-color: #CFA4B3;
}
</style>