Shades of Lola #C2AEC6
Tints of Lola #C2AEC6
RGB
CMYK
RGB Variations
Color information
#C2AEC6 (or 0xC2AEC6) is known color: Lola. HEX triplet: C2, AE and C6. RGB value is (194,174,198). Sum of RGB (Red+Green+Blue) = 194+174+198=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 198 - color contains mainly: blue. Hex color #C2AEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEC6 is #3D5139. Grayscale: #B6B6B6. Windows color (decimal): -4018490 or 13020866. OLE color: 13020866.
HSL color Cylindrical-coordinate representation of color #C2AEC6: hue angle of 290º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2AEC6 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 174 | 198 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.22 |
| HSL | 290º | 0.17% | 0.73% | - |
| HSV(B) | 290º | 0.12% | 0.78% | - |
| XYZ | 47.58 | 45.82 | 59.76 | - |
| YUV | 182.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 198 | 0.02 | 0.12 | 0 | 0.22 | 290 | 0.17 | 0.73 |
| Hex | C2 | AE | C6 | 2 | C | 0 | 16 | 122 | 11 | 49 |
| Octal | 302 | 256 | 306 | 2 | 14 | 0 | 26 | 442 | 21 | 111 |
| Binary | 11000010 | 10101110 | 11000110 | 10 | 1100 | 0 | 10110 | 100100010 | 10001 | 1001001 |
Color Harmonies of #C2AEC6
Complementary color
Monochromatic Colors of #C2AEC6
Black with #C2AEC6
Text Example
Text Example
White with #C2AEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEC6; }
p { color: rgb(194,174,198); }
H1.HeaderClassName
{
color: #C2AEC6;
}
.AnyTagClassName
{
color: #C2AEC6;
}
</style>
background-color css
<style>
a { background-color: #C2AEC6; }
a { background-color: rgb(194,174,198); }
div.DivClassName
{
background-color: #C2AEC6;
}
.BgClassName
{
background-color: #C2AEC6;
}
</style>
border-color css
<style>
span { border-color: #C2AEC6; }
span { border-color: rgb(194,174,198); }
td.TdClassName
{
border-color: #C2AEC6;
}
.TagClassName
{
border-color: #C2AEC6;
}
</style>