Shades of Lola #C1ADC7
Tints of Lola #C1ADC7
RGB
CMYK
RGB Variations
Color information
#C1ADC7 (or 0xC1ADC7) is known color: Lola. HEX triplet: C1, AD and C7. RGB value is (193,173,199). Sum of RGB (Red+Green+Blue) = 193+173+199=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 199 - color contains mainly: blue. Hex color #C1ADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADC7 is #3E5238. Grayscale: #B5B5B5. Windows color (decimal): -4084281 or 13086145. OLE color: 13086145.
HSL color Cylindrical-coordinate representation of color #C1ADC7: hue angle of 286.15º degrees, saturation: 0.19, 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 #C1ADC7 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 173 | 199 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.22 |
| HSL | 286.15º | 0.19% | 0.73% | - |
| HSV(B) | 286.15º | 0.13% | 0.78% | - |
| XYZ | 47.24 | 45.35 | 60.3 | - |
| YUV | 181.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 199 | 0.03 | 0.13 | 0 | 0.22 | 286.15 | 0.19 | 0.73 |
| Hex | C1 | AD | C7 | 3 | D | 0 | 16 | 11E | 13 | 49 |
| Octal | 301 | 255 | 307 | 3 | 15 | 0 | 26 | 436 | 23 | 111 |
| Binary | 11000001 | 10101101 | 11000111 | 11 | 1101 | 0 | 10110 | 100011110 | 10011 | 1001001 |
Color Harmonies of #C1ADC7
Complementary color
Monochromatic Colors of #C1ADC7
Black with #C1ADC7
Text Example
Text Example
White with #C1ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADC7; }
p { color: rgb(193,173,199); }
H1.HeaderClassName
{
color: #C1ADC7;
}
.AnyTagClassName
{
color: #C1ADC7;
}
</style>
background-color css
<style>
a { background-color: #C1ADC7; }
a { background-color: rgb(193,173,199); }
div.DivClassName
{
background-color: #C1ADC7;
}
.BgClassName
{
background-color: #C1ADC7;
}
</style>
border-color css
<style>
span { border-color: #C1ADC7; }
span { border-color: rgb(193,173,199); }
td.TdClassName
{
border-color: #C1ADC7;
}
.TagClassName
{
border-color: #C1ADC7;
}
</style>