#D6A3CB

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

Shades of Lilac #D6A3CB

Tints of Lilac #D6A3CB

Color information

#D6A3CB (or 0xD6A3CB) is unknown color: approx Lilac. HEX triplet: D6, A3 and CB. RGB value is (214,163,203). Sum of RGB (Red+Green+Blue) = 214+163+203=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 163 (64.06% from 255 or 28.10% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A3CB is #295C34. Grayscale: #B6B6B6. Windows color (decimal): -2710581 or 13345750. OLE color: 13345750.

HSL color Cylindrical-coordinate representation of color #D6A3CB: hue angle of 312.94º degrees, saturation: 0.38, 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 #D6A3CB is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214163203-
CMYK00.240.050.16
HSL312.94º38.35%73.92%-
HSV(B)312.94º23.83%83.92%-
XYZ51.6144.862.43-
YUV182.81139.4150.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.90%
GREEN value IS 163 (64.06% from 255) = 28.10%
BLUE value IS 203 (79.69% from 255) = 35%
R=36.90%
G=28.10%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416320300.240.050.16312.9438.3573.92
HexD6A3CB018510139264a
Octal32624331303052047146112
Binary110101101010001111001011011000101100001001110011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A3CB; }

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

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

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

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

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

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

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

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