#CFA1CC

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

Shades of Lilac #CFA1CC

Tints of Lilac #CFA1CC

Color information

#CFA1CC (or 0xCFA1CC) is unknown color: approx Lilac. HEX triplet: CF, A1 and CC. RGB value is (207,161,204). Sum of RGB (Red+Green+Blue) = 207+161+204=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1CC is #305E33. Grayscale: #B3B3B3. Windows color (decimal): -3169844 or 13410767. OLE color: 13410767.

HSL color Cylindrical-coordinate representation of color #CFA1CC: hue angle of 303.91º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA1CC is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207161204-
CMYK00.220.010.19
HSL303.91º32.39%72.16%-
HSV(B)303.91º22.22%81.18%-
XYZ49.3843.1162.85-
YUV179.66141.74147.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 161 (63.28% from 255) = 28.15%
BLUE value IS 204 (80.08% from 255) = 35.66%
R=36.19%
G=28.15%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716120400.220.010.19303.9132.3972.16
HexCFA1CC0161131302048
Octal31724131402612346040110
Binary1100111110100001110011000101101100111001100001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1CC; }

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

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

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

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

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

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

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

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