#CFAFCD

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

Shades of Lilac #CFAFCD

Tints of Lilac #CFAFCD

Color information

#CFAFCD (or 0xCFAFCD) is unknown color: approx Lilac. HEX triplet: CF, AF and CD. RGB value is (207,175,205). Sum of RGB (Red+Green+Blue) = 207+175+205=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFCD is #305032. Grayscale: #BBBBBB. Windows color (decimal): -3166259 or 13479887. OLE color: 13479887.

HSL color Cylindrical-coordinate representation of color #CFAFCD: hue angle of 303.75º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFAFCD is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207175205-
CMYK00.150.010.19
HSL303.75º25%74.9%-
HSV(B)303.75º15.46%81.18%-
XYZ52.0848.3364.34-
YUV187.99137.6141.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=35.26%
G=29.81%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717520500.150.010.19303.752574.9
HexCFAFCD0F113130194b
Octal31725731501712346031113
Binary11001111101011111100110101111110011100110000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFCD; }

 p { color: rgb(207,175,205); }

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

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

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

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

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

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

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