Shades of Lola #C2ADC4
Tints of Lola #C2ADC4
RGB
CMYK
RGB Variations
Color information
#C2ADC4 (or 0xC2ADC4) is known color: Lola. HEX triplet: C2, AD and C4. RGB value is (194,173,196). Sum of RGB (Red+Green+Blue) = 194+173+196=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 196 - color contains mainly: blue. Hex color #C2ADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADC4 is #3D523B. Grayscale: #B5B5B5. Windows color (decimal): -4018748 or 12889538. OLE color: 12889538.
HSL color Cylindrical-coordinate representation of color #C2ADC4: hue angle of 294.78º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2ADC4 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 173 | 196 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.23 |
| HSL | 294.78º | 0.16% | 0.72% | - |
| HSV(B) | 294.78º | 0.12% | 0.77% | - |
| XYZ | 47.16 | 45.34 | 58.49 | - |
| YUV | 181.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 196 | 0.01 | 0.12 | 0 | 0.23 | 294.78 | 0.16 | 0.72 |
| Hex | C2 | AD | C4 | 1 | C | 0 | 17 | 127 | 10 | 48 |
| Octal | 302 | 255 | 304 | 1 | 14 | 0 | 27 | 447 | 20 | 110 |
| Binary | 11000010 | 10101101 | 11000100 | 1 | 1100 | 0 | 10111 | 100100111 | 10000 | 1001000 |
Color Harmonies of #C2ADC4
Complementary color
Monochromatic Colors of #C2ADC4
Black with #C2ADC4
Text Example
Text Example
White with #C2ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADC4; }
p { color: rgb(194,173,196); }
H1.HeaderClassName
{
color: #C2ADC4;
}
.AnyTagClassName
{
color: #C2ADC4;
}
</style>
background-color css
<style>
a { background-color: #C2ADC4; }
a { background-color: rgb(194,173,196); }
div.DivClassName
{
background-color: #C2ADC4;
}
.BgClassName
{
background-color: #C2ADC4;
}
</style>
border-color css
<style>
span { border-color: #C2ADC4; }
span { border-color: rgb(194,173,196); }
td.TdClassName
{
border-color: #C2ADC4;
}
.TagClassName
{
border-color: #C2ADC4;
}
</style>