#CFABCF

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

Shades of Lilac #CFABCF

Tints of Lilac #CFABCF

Color information

#CFABCF (or 0xCFABCF) is unknown color: approx Lilac. HEX triplet: CF, AB and CF. RGB value is (207,171,207). Sum of RGB (Red+Green+Blue) = 207+171+207=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABCF is #305430. Grayscale: #B9B9B9. Windows color (decimal): -3167281 or 13609935. OLE color: 13609935.

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

Color convert

RGB207171207-
CMYK00.1700.19
HSL300º27.27%74.12%-
HSV(B)300º17.39%81.18%-
XYZ51.5646.965.37-
YUV185.87139.93143.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=35.38%
G=29.23%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717120700.1700.1930027.2774.12
HexCFABCF01101312c1b4a
Octal31725331702102345433112
Binary110011111010101111001111010001010011100101100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABCF; }

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

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

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

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

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

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

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

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