#CFA7CE

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

Shades of Lilac #CFA7CE

Tints of Lilac #CFA7CE

Color information

#CFA7CE (or 0xCFA7CE) is unknown color: approx Lilac. HEX triplet: CF, A7 and CE. RGB value is (207,167,206). Sum of RGB (Red+Green+Blue) = 207+167+206=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA7CE is #305831. Grayscale: #B7B7B7. Windows color (decimal): -3168306 or 13543375. OLE color: 13543375.

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

Color convert

RGB207167206-
CMYK00.190.000.19
HSL301.5º29.41%73.33%-
HSV(B)301.5º19.32%81.18%-
XYZ50.6945.3664.48-
YUV183.41140.75144.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 167 (65.62% from 255) = 28.79%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=35.69%
G=28.79%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716720600.190.000.19301.529.4173.33
HexCFA7CE01301312e1d49
Octal31724731602302345635111
Binary110011111010011111001110010011010011100101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA7CE; }

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

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

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

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

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

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

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

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