#CFAFCA

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

Shades of Lilac #CFAFCA

Tints of Lilac #CFAFCA

Color information

#CFAFCA (or 0xCFAFCA) is unknown color: approx Lilac. HEX triplet: CF, AF and CA. RGB value is (207,175,202). Sum of RGB (Red+Green+Blue) = 207+175+202=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFCA is #305035. Grayscale: #BBBBBB. Windows color (decimal): -3166262 or 13283279. OLE color: 13283279.

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

Color convert

RGB207175202-
CMYK00.150.020.19
HSL309.38º25%74.9%-
HSV(B)309.38º15.46%81.18%-
XYZ51.7248.1962.45-
YUV187.65136.1141.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=35.45%
G=29.97%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717520200.150.020.19309.382574.9
HexCFAFCA0F213135194b
Octal31725731201722346531113
Binary110011111010111111001010011111010011100110101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFCA; }

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

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

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

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

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

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

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

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