#C4ADC6

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

Shades of Lilac #C4ADC6

Tints of Lilac #C4ADC6

Color information

#C4ADC6 (or 0xC4ADC6) is unknown color: approx Lilac. HEX triplet: C4, AD and C6. RGB value is (196,173,198). Sum of RGB (Red+Green+Blue) = 196+173+198=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 198 - color contains mainly: blue. Hex color #C4ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADC6 is #3B5239. Grayscale: #B6B6B6. Windows color (decimal): -3887674 or 13020612. OLE color: 13020612.

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

Color convert

RGB196173198-
CMYK0.010.1300.22
HSL295.2º17.99%72.75%-
HSV(B)295.2º12.63%77.65%-
XYZ47.945.759.72-
YUV182.73136.62137.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.57%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=34.57%
G=30.51%
B=34.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961731980.010.1300.22295.217.9972.75
HexC4ADC61D0161271249
Octal30425530611502644722111
Binary11000100101011011100011011101010110100100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADC6; }

 p { color: rgb(196,173,198); }

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

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

 a { background-color: rgb(196,173,198); }

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

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

 span { border-color: rgb(196,173,198); }

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