#CFA6CB

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

Shades of Lilac #CFA6CB

Tints of Lilac #CFA6CB

Color information

#CFA6CB (or 0xCFA6CB) is unknown color: approx Lilac. HEX triplet: CF, A6 and CB. RGB value is (207,166,203). Sum of RGB (Red+Green+Blue) = 207+166+203=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6CB is #305934. Grayscale: #B6B6B6. Windows color (decimal): -3168565 or 13346511. OLE color: 13346511.

HSL color Cylindrical-coordinate representation of color #CFA6CB: hue angle of 305.85º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6CB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207166203-
CMYK00.200.020.19
HSL305.85º29.93%73.14%-
HSV(B)305.85º19.81%81.18%-
XYZ50.1544.8562.51-
YUV182.48139.58145.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=35.94%
G=28.82%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716620300.200.020.19305.8529.9373.14
HexCFA6CB0142131321e49
Octal31724631302422346236111
Binary1100111110100110110010110101001010011100110010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6CB; }

 p { color: rgb(207,166,203); }

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

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

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

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

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

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

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