Shades of Lola #C1ADC5
Tints of Lola #C1ADC5
RGB
CMYK
RGB Variations
Color information
#C1ADC5 (or 0xC1ADC5) is known color: Lola. HEX triplet: C1, AD and C5. RGB value is (193,173,197). Sum of RGB (Red+Green+Blue) = 193+173+197=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 197 - color contains mainly: blue. Hex color #C1ADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADC5 is #3E523A. Grayscale: #B5B5B5. Windows color (decimal): -4084283 or 12955073. OLE color: 12955073.
HSL color Cylindrical-coordinate representation of color #C1ADC5: hue angle of 290º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1ADC5 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 173 | 197 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.23 |
| HSL | 290º | 0.17% | 0.73% | - |
| HSV(B) | 290º | 0.12% | 0.77% | - |
| XYZ | 47.01 | 45.26 | 59.08 | - |
| YUV | 181.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 197 | 0.02 | 0.12 | 0 | 0.23 | 290 | 0.17 | 0.73 |
| Hex | C1 | AD | C5 | 2 | C | 0 | 17 | 122 | 11 | 49 |
| Octal | 301 | 255 | 305 | 2 | 14 | 0 | 27 | 442 | 21 | 111 |
| Binary | 11000001 | 10101101 | 11000101 | 10 | 1100 | 0 | 10111 | 100100010 | 10001 | 1001001 |
Color Harmonies of #C1ADC5
Complementary color
Monochromatic Colors of #C1ADC5
Black with #C1ADC5
Text Example
Text Example
White with #C1ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADC5; }
p { color: rgb(193,173,197); }
H1.HeaderClassName
{
color: #C1ADC5;
}
.AnyTagClassName
{
color: #C1ADC5;
}
</style>
background-color css
<style>
a { background-color: #C1ADC5; }
a { background-color: rgb(193,173,197); }
div.DivClassName
{
background-color: #C1ADC5;
}
.BgClassName
{
background-color: #C1ADC5;
}
</style>
border-color css
<style>
span { border-color: #C1ADC5; }
span { border-color: rgb(193,173,197); }
td.TdClassName
{
border-color: #C1ADC5;
}
.TagClassName
{
border-color: #C1ADC5;
}
</style>