Shades of Lily #C1ADB5
Tints of Lily #C1ADB5
RGB
CMYK
RGB Variations
Color information
#C1ADB5 (or 0xC1ADB5) is known color: Lily. HEX triplet: C1, AD and B5. RGB value is (193,173,181). Sum of RGB (Red+Green+Blue) = 193+173+181=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADB5 is #3E524A. Grayscale: #B3B3B3. Windows color (decimal): -4084299 or 11906497. OLE color: 11906497.
HSL color Cylindrical-coordinate representation of color #C1ADB5: hue angle of 336º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1ADB5 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 181 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.24 |
| HSL | 336º | 0.14% | 0.72% | - |
| HSV(B) | 336º | 0.1% | 0.76% | - |
| XYZ | 45.28 | 44.56 | 49.93 | - |
| YUV | 179.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 181 | 0 | 0.10 | 0.06 | 0.24 | 336 | 0.14 | 0.72 |
| Hex | C1 | AD | B5 | 0 | A | 6 | 18 | 150 | E | 48 |
| Octal | 301 | 255 | 265 | 0 | 12 | 6 | 30 | 520 | 16 | 110 |
| Binary | 11000001 | 10101101 | 10110101 | 0 | 1010 | 110 | 11000 | 101010000 | 1110 | 1001000 |
Color Harmonies of #C1ADB5
Complementary color
Monochromatic Colors of #C1ADB5
Black with #C1ADB5
Text Example
Text Example
White with #C1ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADB5; }
p { color: rgb(193,173,181); }
H1.HeaderClassName
{
color: #C1ADB5;
}
.AnyTagClassName
{
color: #C1ADB5;
}
</style>
background-color css
<style>
a { background-color: #C1ADB5; }
a { background-color: rgb(193,173,181); }
div.DivClassName
{
background-color: #C1ADB5;
}
.BgClassName
{
background-color: #C1ADB5;
}
</style>
border-color css
<style>
span { border-color: #C1ADB5; }
span { border-color: rgb(193,173,181); }
td.TdClassName
{
border-color: #C1ADB5;
}
.TagClassName
{
border-color: #C1ADB5;
}
</style>