#CF9ACE

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

Shades of Lilac #CF9ACE

Tints of Lilac #CF9ACE

Color information

#CF9ACE (or 0xCF9ACE) is unknown color: approx Lilac. HEX triplet: CF, 9A and CE. RGB value is (207,154,206). Sum of RGB (Red+Green+Blue) = 207+154+206=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ACE is #306531. Grayscale: #AFAFAF. Windows color (decimal): -3171634 or 13540047. OLE color: 13540047.

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

Color convert

RGB207154206-
CMYK00.260.000.19
HSL301.13º35.57%70.78%-
HSV(B)301.13º25.6%81.18%-
XYZ48.4340.8363.72-
YUV175.78145.06150.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.51%
GREEN value IS 154 (60.55% from 255) = 27.16%
BLUE value IS 206 (80.86% from 255) = 36.33%
R=36.51%
G=27.16%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715420600.260.000.19301.1335.5770.78
HexCF9ACE01A01312d2447
Octal31723231603202345544107
Binary1100111110011010110011100110100100111001011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ACE; }

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

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

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

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

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

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

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

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