#C2ADC1

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

Shades of Lilac #C2ADC1

Tints of Lilac #C2ADC1

Color information

#C2ADC1 (or 0xC2ADC1) is unknown color: approx Lilac. HEX triplet: C2, AD and C1. RGB value is (194,173,193). Sum of RGB (Red+Green+Blue) = 194+173+193=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADC1 is #3D523E. Grayscale: #B5B5B5. Windows color (decimal): -4018751 or 12692930. OLE color: 12692930.

HSL color Cylindrical-coordinate representation of color #C2ADC1: hue angle of 302.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2ADC1 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB194173193-
CMYK00.110.010.24
HSL302.86º14.69%71.96%-
HSV(B)302.86º10.82%76.08%-
XYZ46.8245.2156.71-
YUV181.56134.46136.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.64%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=34.64%
G=30.89%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417319300.110.010.24302.8614.6971.96
HexC2ADC10B11812ff48
Octal30225530101313045717110
Binary1100001010101101110000010101111100010010111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADC1; }

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

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

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

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

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

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

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

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