#C2AEC4

Color #C2AEC4 Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #C2AEC4

Tints of Lola #C2AEC4

Color information

#C2AEC4 (or 0xC2AEC4) is unknown color: approx 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

RGB194174196-
CMYK0.010.1100.23
HSL294.55º15.71%72.55%-
HSV(B)294.55º11.22%76.86%-
XYZ47.3545.7358.56-
YUV182.49135.63136.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 34.40%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=34.40%
G=30.85%
B=34.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941741960.010.1100.23294.5515.7172.55
HexC2AEC41B0171271049
Octal30225630411302744720111
Binary11000010101011101100010011011010111100100111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>