#CFAECE

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

Shades of Lilac #CFAECE

Tints of Lilac #CFAECE

Color information

#CFAECE (or 0xCFAECE) is unknown color: approx Lilac. HEX triplet: CF, AE and CE. RGB value is (207,174,206). Sum of RGB (Red+Green+Blue) = 207+174+206=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAECE is #305131. Grayscale: #BBBBBB. Windows color (decimal): -3166514 or 13545167. OLE color: 13545167.

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

Color convert

RGB207174206-
CMYK00.160.000.19
HSL301.82º25.58%74.71%-
HSV(B)301.82º15.94%81.18%-
XYZ52.0147.9964.92-
YUV187.52138.43141.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=35.26%
G=29.64%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717420600.160.000.19301.8225.5874.71
HexCFAECE01001312e1a4b
Octal31725631602002345632113
Binary110011111010111011001110010000010011100101110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAECE; }

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

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

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

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

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

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

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

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