#CFAECF

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

Shades of Lilac #CFAECF

Tints of Lilac #CFAECF

Color information

#CFAECF (or 0xCFAECF) is unknown color: approx Lilac. HEX triplet: CF, AE and CF. RGB value is (207,174,207). Sum of RGB (Red+Green+Blue) = 207+174+207=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAECF is #305130. Grayscale: #BBBBBB. Windows color (decimal): -3166513 or 13610703. OLE color: 13610703.

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

Color convert

RGB207174207-
CMYK00.1600.19
HSL300º25.58%74.71%-
HSV(B)300º15.94%81.18%-
XYZ52.1348.0465.56-
YUV187.63138.93141.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=35.20%
G=29.59%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717420700.1600.1930025.5874.71
HexCFAECF01001312c1a4b
Octal31725631702002345432113
Binary110011111010111011001111010000010011100101100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAECF; }

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

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

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

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

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

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

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

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