#C2ADC8

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

Shades of Lola #C2ADC8

Tints of Lola #C2ADC8

Color information

#C2ADC8 (or 0xC2ADC8) is unknown color: approx Lola. HEX triplet: C2, AD and C8. RGB value is (194,173,200). Sum of RGB (Red+Green+Blue) = 194+173+200=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 200 - color contains mainly: blue. Hex color #C2ADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADC8 is #3D5237. Grayscale: #B6B6B6. Windows color (decimal): -4018744 or 13151682. OLE color: 13151682.

HSL color Cylindrical-coordinate representation of color #C2ADC8: hue angle of 286.67º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2ADC8 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194173200-
CMYK0.030.1400.22
HSL286.67º19.71%73.14%-
HSV(B)286.67º13.5%78.43%-
XYZ47.6245.5360.92-
YUV182.36137.96136.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 200 (78.52% from 255) = 35.27%
R=34.22%
G=30.51%
B=35.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941732000.030.1400.22286.6719.7173.14
HexC2ADC83E01611f1449
Octal30225531031602643724111
Binary110000101010110111001000111110010110100011111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADC8; }

 p { color: rgb(194,173,200); }

 H1.HeaderClassName
 {
   color: #C2ADC8;
 }
 .AnyTagClassName
 {
   color: #C2ADC8;
 }
</style>
background-color css

<style>
 a { background-color: #C2ADC8; }

 a { background-color: rgb(194,173,200); }

 div.DivClassName
 {
   background-color: #C2ADC8;
 }
 .BgClassName
 {
   background-color: #C2ADC8;
 }
</style>
border-color css

<style>
 span { border-color: #C2ADC8; }

 span { border-color: rgb(194,173,200); }

 td.TdClassName
 {
   border-color: #C2ADC8;
 }
 .TagClassName
 {
   border-color: #C2ADC8;
 }
</style>