#CFACCF

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

Shades of Lilac #CFACCF

Tints of Lilac #CFACCF

Color information

#CFACCF (or 0xCFACCF) is unknown color: approx Lilac. HEX triplet: CF, AC and CF. RGB value is (207,172,207). Sum of RGB (Red+Green+Blue) = 207+172+207=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACCF is #305330. Grayscale: #BABABA. Windows color (decimal): -3167025 or 13610191. OLE color: 13610191.

HSL color Cylindrical-coordinate representation of color #CFACCF: hue angle of 300º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFACCF is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB207172207-
CMYK00.1700.19
HSL300º26.72%74.31%-
HSV(B)300º16.91%81.18%-
XYZ51.7547.2865.43-
YUV186.46139.6142.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=35.32%
G=29.35%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717220700.1700.1930026.7274.31
HexCFACCF01101312c1b4a
Octal31725431702102345433112
Binary110011111010110011001111010001010011100101100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACCF; }

 p { color: rgb(207,172,207); }

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

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

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

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

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

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

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