Shades of Lily #C8ADB7
Tints of Lily #C8ADB7
RGB
CMYK
RGB Variations
Color information
#C8ADB7 (or 0xC8ADB7) is known color: Lily. HEX triplet: C8, AD and B7. RGB value is (200,173,183). Sum of RGB (Red+Green+Blue) = 200+173+183=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADB7 is #375248. Grayscale: #B6B6B6. Windows color (decimal): -3625545 or 12037576. OLE color: 12037576.
HSL color Cylindrical-coordinate representation of color #C8ADB7: hue angle of 337.78º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8ADB7 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 183 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.22 |
| HSL | 337.78º | 0.2% | 0.73% | - |
| HSV(B) | 337.78º | 0.14% | 0.78% | - |
| XYZ | 47.31 | 45.59 | 51.11 | - |
| YUV | 182.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 183 | 0 | 0.14 | 0.08 | 0.22 | 337.78 | 0.2 | 0.73 |
| Hex | C8 | AD | B7 | 0 | E | 8 | 16 | 152 | 14 | 49 |
| Octal | 310 | 255 | 267 | 0 | 16 | 10 | 26 | 522 | 24 | 111 |
| Binary | 11001000 | 10101101 | 10110111 | 0 | 1110 | 1000 | 10110 | 101010010 | 10100 | 1001001 |
Color Harmonies of #C8ADB7
Complementary color
Monochromatic Colors of #C8ADB7
Black with #C8ADB7
Text Example
Text Example
White with #C8ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADB7; }
p { color: rgb(200,173,183); }
H1.HeaderClassName
{
color: #C8ADB7;
}
.AnyTagClassName
{
color: #C8ADB7;
}
</style>
background-color css
<style>
a { background-color: #C8ADB7; }
a { background-color: rgb(200,173,183); }
div.DivClassName
{
background-color: #C8ADB7;
}
.BgClassName
{
background-color: #C8ADB7;
}
</style>
border-color css
<style>
span { border-color: #C8ADB7; }
span { border-color: rgb(200,173,183); }
td.TdClassName
{
border-color: #C8ADB7;
}
.TagClassName
{
border-color: #C8ADB7;
}
</style>