Html Css Color HEX #C9AACD Lilac

📋 copy color: '#C9AACD'

red 201 ◦ green 170 ◦ blue 205

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

Shades of Lilac #C9AACD

Tints of Lilac #C9AACD

RGB

 RED value IS 201 (78.91% from 255) = 34.9%

 GREEN value IS 170 (66.8% from 255) = 29.51%

 BLUE value IS 205 (80.47% from 255) = 35.59%

R = 34.9%
G = 29.51%
B = 35.59%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C9AACD (or 0xC9AACD) is known color: Lilac. HEX triplet: C9, AA and CD. RGB value is (201,170,205). Sum of RGB (Red+Green+Blue) = 201+170+205=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AACD is #365532. Grayscale: #B7B7B7. Windows color (decimal): -3560755 or 13478601. OLE color: 13478601.

HSL color Cylindrical-coordinate representation of color #C9AACD: hue angle of 293.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9AACD is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 170 205 -
CMYK 0.02 0.17 0 0.20
HSL 293.14º 0.26% 0.74% -
HSV(B) 293.14º 0.17% 0.8% -
XYZ 49.48 45.57 63.95 -
YUV 183.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 201 170 205 0.02 0.17 0 0.20 293.14 0.26 0.74
Hex C9 AA CD 2 11 0 14 125 1A 4A
Octal 311 252 315 2 21 0 24 445 32 112
Binary 11001001 10101010 11001101 10 10001 0 10100 100100101 11010 1001010

Color Harmonies of #C9AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AACD

Black with #C9AACD

Text Example


Text Example

White with #C9AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AACD; }

 p { color: rgb(201,170,205); }

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

background-color css

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

 a { background-color: rgb(201,170,205); }

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

border-color css

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

 span { border-color: rgb(201,170,205); }

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