Shades of Lily #C1ADB4
Tints of Lily #C1ADB4
RGB
CMYK
RGB Variations
Color information
#C1ADB4 (or 0xC1ADB4) is known color: Lily. HEX triplet: C1, AD and B4. RGB value is (193,173,180). Sum of RGB (Red+Green+Blue) = 193+173+180=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADB4 is #3E524B. Grayscale: #B3B3B3. Windows color (decimal): -4084300 or 11840961. OLE color: 11840961.
HSL color Cylindrical-coordinate representation of color #C1ADB4: hue angle of 339º 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 #C1ADB4 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 180 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.24 |
| HSL | 339º | 0.14% | 0.72% | - |
| HSV(B) | 339º | 0.1% | 0.76% | - |
| XYZ | 45.17 | 44.52 | 49.39 | - |
| YUV | 179.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 180 | 0 | 0.10 | 0.07 | 0.24 | 339 | 0.14 | 0.72 |
| Hex | C1 | AD | B4 | 0 | A | 7 | 18 | 153 | E | 48 |
| Octal | 301 | 255 | 264 | 0 | 12 | 7 | 30 | 523 | 16 | 110 |
| Binary | 11000001 | 10101101 | 10110100 | 0 | 1010 | 111 | 11000 | 101010011 | 1110 | 1001000 |
Color Harmonies of #C1ADB4
Complementary color
Monochromatic Colors of #C1ADB4
Black with #C1ADB4
Text Example
Text Example
White with #C1ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADB4; }
p { color: rgb(193,173,180); }
H1.HeaderClassName
{
color: #C1ADB4;
}
.AnyTagClassName
{
color: #C1ADB4;
}
</style>
background-color css
<style>
a { background-color: #C1ADB4; }
a { background-color: rgb(193,173,180); }
div.DivClassName
{
background-color: #C1ADB4;
}
.BgClassName
{
background-color: #C1ADB4;
}
</style>
border-color css
<style>
span { border-color: #C1ADB4; }
span { border-color: rgb(193,173,180); }
td.TdClassName
{
border-color: #C1ADB4;
}
.TagClassName
{
border-color: #C1ADB4;
}
</style>