#CFA6C9

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

Shades of Lilac #CFA6C9

Tints of Lilac #CFA6C9

Color information

#CFA6C9 (or 0xCFA6C9) is unknown color: approx Lilac. HEX triplet: CF, A6 and C9. RGB value is (207,166,201). Sum of RGB (Red+Green+Blue) = 207+166+201=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6C9 is #305936. Grayscale: #B6B6B6. Windows color (decimal): -3168567 or 13215439. OLE color: 13215439.

HSL color Cylindrical-coordinate representation of color #CFA6C9: hue angle of 308.78º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6C9 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB207166201-
CMYK00.200.030.19
HSL308.78º29.93%73.14%-
HSV(B)308.78º19.81%81.18%-
XYZ49.9144.7561.27-
YUV182.25138.58145.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 201 (78.91% from 255) = 35.02%
R=36.06%
G=28.92%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716620100.200.030.19308.7829.9373.14
HexCFA6C90143131351e49
Octal31724631102432346536111
Binary1100111110100110110010010101001110011100110101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6C9; }

 p { color: rgb(207,166,201); }

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

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

 a { background-color: rgb(207,166,201); }

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

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

 span { border-color: rgb(207,166,201); }

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