Html Css Color HEX #C1ADBF Lilac

📋 copy color: '#C1ADBF'

red 193 ◦ green 173 ◦ blue 191

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

Shades of Lilac #C1ADBF

Tints of Lilac #C1ADBF

RGB

 RED value IS 193 (75.78% from 255) = 34.65%

 GREEN value IS 173 (67.97% from 255) = 31.06%

 BLUE value IS 191 (75% from 255) = 34.29%

R = 34.65%
G = 31.06%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C1ADBF (or 0xC1ADBF) is known color: Lilac. HEX triplet: C1, AD and BF. RGB value is (193,173,191). Sum of RGB (Red+Green+Blue) = 193+173+191=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADBF is #3E5240. Grayscale: #B4B4B4. Windows color (decimal): -4084289 or 12561857. OLE color: 12561857.

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

Color convert

RGB 193 173 191 -
CMYK 0 0.10 0.01 0.24
HSL 306º 0.14% 0.72% -
HSV(B) 306º 0.1% 0.76% -
XYZ 46.34 44.99 55.53 -
YUV 181.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 193 173 191 0 0.10 0.01 0.24 306 0.14 0.72
Hex C1 AD BF 0 A 1 18 132 E 48
Octal 301 255 277 0 12 1 30 462 16 110
Binary 11000001 10101101 10111111 0 1010 1 11000 100110010 1110 1001000

Color Harmonies of #C1ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADBF

Black with #C1ADBF

Text Example


Text Example

White with #C1ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADBF; }

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

 H1.HeaderClassName
 {
   color: #C1ADBF;
 }
 .AnyTagClassName
 {
   color: #C1ADBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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