#CFABCC

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

Shades of Lilac #CFABCC

Tints of Lilac #CFABCC

Color information

#CFABCC (or 0xCFABCC) is unknown color: approx Lilac. HEX triplet: CF, AB and CC. RGB value is (207,171,204). Sum of RGB (Red+Green+Blue) = 207+171+204=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABCC is #305433. Grayscale: #B9B9B9. Windows color (decimal): -3167284 or 13413327. OLE color: 13413327.

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

Color convert

RGB207171204-
CMYK00.170.010.19
HSL305º27.27%74.12%-
HSV(B)305º17.39%81.18%-
XYZ51.1946.7563.45-
YUV185.53138.43143.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 171 (67.19% from 255) = 29.38%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=35.57%
G=29.38%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717120400.170.010.1930527.2774.12
HexCFABCC0111131311b4a
Octal31725331402112346133112
Binary110011111010101111001100010001110011100110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABCC; }

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

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

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

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

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

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

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

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