Shades of Lola #C2AEC4
Tints of Lola #C2AEC4
RGB
CMYK
RGB Variations
Color information
#C2AEC4 (or 0xC2AEC4) is known color: Lola. HEX triplet: C2, AE and C4. RGB value is (194,174,196). Sum of RGB (Red+Green+Blue) = 194+174+196=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 196 - color contains mainly: blue. Hex color #C2AEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEC4 is #3D513B. Grayscale: #B6B6B6. Windows color (decimal): -4018492 or 12889794. OLE color: 12889794.
HSL color Cylindrical-coordinate representation of color #C2AEC4: hue angle of 294.55º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2AEC4 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 194 | 174 | 196 | - |
CMYK | 0.01 | 0.11 | 0 | 0.23 |
HSL | 294.55º | 0.16% | 0.73% | - |
HSV(B) | 294.55º | 0.11% | 0.77% | - |
XYZ | 47.35 | 45.73 | 58.56 | - |
YUV | 182.49 | 135.63 | 136.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 174 | 196 | 0.01 | 0.11 | 0 | 0.23 | 294.55 | 0.16 | 0.73 |
Hex | C2 | AE | C4 | 1 | B | 0 | 17 | 127 | 10 | 49 |
Octal | 302 | 256 | 304 | 1 | 13 | 0 | 27 | 447 | 20 | 111 |
Binary | 11000010 | 10101110 | 11000100 | 1 | 1011 | 0 | 10111 | 100100111 | 10000 | 1001001 |
Color Harmonies of #C2AEC4
Complementary color
Monochromatic Colors of #C2AEC4
Black with #C2AEC4
Text Example
Text Example
White with #C2AEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEC4; }
p { color: rgb(194,174,196); }
H1.HeaderClassName
{
color: #C2AEC4;
}
.AnyTagClassName
{
color: #C2AEC4;
}
</style>
background-color css
<style>
a { background-color: #C2AEC4; }
a { background-color: rgb(194,174,196); }
div.DivClassName
{
background-color: #C2AEC4;
}
.BgClassName
{
background-color: #C2AEC4;
}
</style>
border-color css
<style>
span { border-color: #C2AEC4; }
span { border-color: rgb(194,174,196); }
td.TdClassName
{
border-color: #C2AEC4;
}
.TagClassName
{
border-color: #C2AEC4;
}
</style>