#CFA1D5

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

Shades of Lilac #CFA1D5

Tints of Lilac #CFA1D5

Color information

#CFA1D5 (or 0xCFA1D5) is unknown color: approx Lilac. HEX triplet: CF, A1 and D5. RGB value is (207,161,213). Sum of RGB (Red+Green+Blue) = 207+161+213=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFA1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1D5 is #305E2A. Grayscale: #B4B4B4. Windows color (decimal): -3169835 or 14000591. OLE color: 14000591.

HSL color Cylindrical-coordinate representation of color #CFA1D5: hue angle of 293.08º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA1D5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207161213-
CMYK0.030.2400.16
HSL293.08º38.24%73.33%-
HSV(B)293.08º24.41%83.53%-
XYZ50.4943.5668.7-
YUV180.68146.24146.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 161 (63.28% from 255) = 27.71%
BLUE value IS 213 (83.59% from 255) = 36.66%
R=35.63%
G=27.71%
B=36.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071612130.030.2400.16293.0838.2473.33
HexCFA1D53180101252649
Octal31724132533002044546111
Binary11001111101000011101010111110000100001001001011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1D5; }

 p { color: rgb(207,161,213); }

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

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

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

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

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

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

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