Html Css Color HEX #C2ADC1 Lilac

📋 copy color: '#C2ADC1'

red 194 ◦ green 173 ◦ blue 193

#C2ADC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C2ADC1

Tints of Lilac #C2ADC1

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 value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C2ADC1 (or 0xC2ADC1) is known color: 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

RGB 194 173 193 -
CMYK 0 0.11 0.01 0.24
HSL 302.86º 0.15% 0.72% -
HSV(B) 302.86º 0.11% 0.76% -
XYZ 46.82 45.21 56.71 -
YUV 181.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 194 173 193 0 0.11 0.01 0.24 302.86 0.15 0.72
Hex C2 AD C1 0 B 1 18 12F F 48
Octal 302 255 301 0 13 1 30 457 17 110
Binary 11000010 10101101 11000001 0 1011 1 11000 100101111 1111 1001000

Color Harmonies of #C2ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADC1

Black with #C2ADC1

Text Example


Text Example

White with #C2ADC1

Text Example


Text Example

HTML Codes & Css Web 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>