#CFA4CE

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

Shades of Lilac #CFA4CE

Tints of Lilac #CFA4CE

Color information

#CFA4CE (or 0xCFA4CE) is unknown color: approx Lilac. HEX triplet: CF, A4 and CE. RGB value is (207,164,206). Sum of RGB (Red+Green+Blue) = 207+164+206=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4CE is #305B31. Grayscale: #B5B5B5. Windows color (decimal): -3169074 or 13542607. OLE color: 13542607.

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

Color convert

RGB207164206-
CMYK00.210.000.19
HSL301.4º30.94%72.75%-
HSV(B)301.4º20.77%81.18%-
XYZ50.1544.2764.29-
YUV181.64141.75146.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 164 (64.45% from 255) = 28.42%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=35.88%
G=28.42%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716420600.210.000.19301.430.9472.75
HexCFA4CE01501312d1f49
Octal31724431602502345537111
Binary110011111010010011001110010101010011100101101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA4CE; }

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

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

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

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

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

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

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

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