#CFA6CC

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

Shades of Lilac #CFA6CC

Tints of Lilac #CFA6CC

Color information

#CFA6CC (or 0xCFA6CC) is unknown color: approx Lilac. HEX triplet: CF, A6 and CC. RGB value is (207,166,204). Sum of RGB (Red+Green+Blue) = 207+166+204=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6CC is #305933. Grayscale: #B6B6B6. Windows color (decimal): -3168564 or 13412047. OLE color: 13412047.

HSL color Cylindrical-coordinate representation of color #CFA6CC: hue angle of 304.39º 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 #CFA6CC is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207166204-
CMYK00.200.010.19
HSL304.39º29.93%73.14%-
HSV(B)304.39º19.81%81.18%-
XYZ50.2744.963.14-
YUV182.59140.08145.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 166 (65.23% from 255) = 28.77%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=35.88%
G=28.77%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716620400.200.010.19304.3929.9373.14
HexCFA6CC0141131301e49
Octal31724631402412346036111
Binary110011111010011011001100010100110011100110000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6CC; }

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

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

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

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

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

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

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

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