#D7A3CB

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

Shades of Lilac #D7A3CB

Tints of Lilac #D7A3CB

Color information

#D7A3CB (or 0xD7A3CB) is unknown color: approx Lilac. HEX triplet: D7, A3 and CB. RGB value is (215,163,203). Sum of RGB (Red+Green+Blue) = 215+163+203=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A3CB is #285C34. Grayscale: #B7B7B7. Windows color (decimal): -2645045 or 13345751. OLE color: 13345751.

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

Color convert

RGB215163203-
CMYK00.240.060.16
HSL313.85º39.39%74.12%-
HSV(B)313.85º24.19%84.31%-
XYZ51.944.9562.44-
YUV183.11139.23150.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.01%
GREEN value IS 163 (64.06% from 255) = 28.06%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=37.01%
G=28.06%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516320300.240.060.16313.8539.3974.12
HexD7A3CB01861013a274a
Octal32724331303062047247112
Binary110101111010001111001011011000110100001001110101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A3CB; }

 p { color: rgb(215,163,203); }

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

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

 a { background-color: rgb(215,163,203); }

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

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

 span { border-color: rgb(215,163,203); }

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