#CFA7CB

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

Shades of Lilac #CFA7CB

Tints of Lilac #CFA7CB

Color information

#CFA7CB (or 0xCFA7CB) is unknown color: approx Lilac. HEX triplet: CF, A7 and CB. RGB value is (207,167,203). Sum of RGB (Red+Green+Blue) = 207+167+203=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA7CB is #305834. Grayscale: #B6B6B6. Windows color (decimal): -3168309 or 13346767. OLE color: 13346767.

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

Color convert

RGB207167203-
CMYK00.190.020.19
HSL306º29.41%73.33%-
HSV(B)306º19.32%81.18%-
XYZ50.3345.2162.57-
YUV183.06139.25145.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 167 (65.62% from 255) = 28.94%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=35.88%
G=28.94%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716720300.190.020.1930629.4173.33
HexCFA7CB0132131321d49
Octal31724731302322346235111
Binary1100111110100111110010110100111010011100110010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA7CB; }

 p { color: rgb(207,167,203); }

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

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

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

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

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

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

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