#D4A2CA

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

Shades of Lilac #D4A2CA

Tints of Lilac #D4A2CA

Color information

#D4A2CA (or 0xD4A2CA) is unknown color: approx Lilac. HEX triplet: D4, A2 and CA. RGB value is (212,162,202). Sum of RGB (Red+Green+Blue) = 212+162+202=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A2CA is #2B5D35. Grayscale: #B5B5B5. Windows color (decimal): -2841910 or 13279956. OLE color: 13279956.

HSL color Cylindrical-coordinate representation of color #D4A2CA: hue angle of 312º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A2CA is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB212162202-
CMYK00.240.050.17
HSL312º36.76%73.33%-
HSV(B)312º23.58%83.14%-
XYZ50.7344.161.72-
YUV181.51139.56149.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.81%
GREEN value IS 162 (63.67% from 255) = 28.12%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=36.81%
G=28.12%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216220200.240.050.1731236.7673.33
HexD4A2CA0185111382549
Octal32424231203052147045111
Binary110101001010001011001010011000101100011001110001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A2CA; }

 p { color: rgb(212,162,202); }

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

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

 a { background-color: rgb(212,162,202); }

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

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

 span { border-color: rgb(212,162,202); }

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