#CFA6D3

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

Shades of Lilac #CFA6D3

Tints of Lilac #CFA6D3

Color information

#CFA6D3 (or 0xCFA6D3) is unknown color: approx Lilac. HEX triplet: CF, A6 and D3. RGB value is (207,166,211). Sum of RGB (Red+Green+Blue) = 207+166+211=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFA6D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6D3 is #30592C. Grayscale: #B7B7B7. Windows color (decimal): -3168557 or 13870799. OLE color: 13870799.

HSL color Cylindrical-coordinate representation of color #CFA6D3: hue angle of 294.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA6D3 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207166211-
CMYK0.020.2100.17
HSL294.67º33.83%73.92%-
HSV(B)294.67º21.33%82.75%-
XYZ51.1345.2467.67-
YUV183.39143.58144.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 166 (65.23% from 255) = 28.42%
BLUE value IS 211 (82.81% from 255) = 36.13%
R=35.45%
G=28.42%
B=36.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071662110.020.2100.17294.6733.8373.92
HexCFA6D3215011127224a
Octal31724632322502144742112
Binary11001111101001101101001110101010100011001001111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6D3; }

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

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

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

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

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

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

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

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