#D4A3CC

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

Shades of Lilac #D4A3CC

Tints of Lilac #D4A3CC

Color information

#D4A3CC (or 0xD4A3CC) is unknown color: approx Lilac. HEX triplet: D4, A3 and CC. RGB value is (212,163,204). Sum of RGB (Red+Green+Blue) = 212+163+204=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 163 (64.06% from 255 or 28.15% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A3CC is #2B5C33. Grayscale: #B6B6B6. Windows color (decimal): -2841652 or 13411284. OLE color: 13411284.

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

Color convert

RGB212163204-
CMYK00.230.040.17
HSL309.8º36.3%73.53%-
HSV(B)309.8º23.11%83.14%-
XYZ51.1544.5563.03-
YUV182.32140.23149.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.61%
GREEN value IS 163 (64.06% from 255) = 28.15%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=36.61%
G=28.15%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216320400.230.040.17309.836.373.53
HexD4A3CC017411136244a
Octal32424331402742146644112
Binary110101001010001111001100010111100100011001101101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A3CC; }

 p { color: rgb(212,163,204); }

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

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

 a { background-color: rgb(212,163,204); }

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

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

 span { border-color: rgb(212,163,204); }

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