#CFAFCF

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

Shades of Lilac #CFAFCF

Tints of Lilac #CFAFCF

Color information

#CFAFCF (or 0xCFAFCF) is unknown color: approx Lilac. HEX triplet: CF, AF and CF. RGB value is (207,175,207). Sum of RGB (Red+Green+Blue) = 207+175+207=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFCF is #305030. Grayscale: #BCBCBC. Windows color (decimal): -3166257 or 13610959. OLE color: 13610959.

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

Color convert

RGB207175207-
CMYK00.1500.19
HSL300º25%74.9%-
HSV(B)300º15.46%81.18%-
XYZ52.3248.4365.62-
YUV188.22138.6141.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=35.14%
G=29.71%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717520700.1500.193002574.9
HexCFAFCF0F01312c194b
Octal31725731701702345431113
Binary11001111101011111100111101111010011100101100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFCF; }

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

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

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

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

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

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

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

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