#D396CC

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

Shades of Lilac #D396CC

Tints of Lilac #D396CC

Color information

#D396CC (or 0xD396CC) is unknown color: approx Lilac. HEX triplet: D3, 96 and CC. RGB value is (211,150,204). Sum of RGB (Red+Green+Blue) = 211+150+204=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D396CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396CC is #2C6933. Grayscale: #AEAEAE. Windows color (decimal): -2910516 or 13407955. OLE color: 13407955.

HSL color Cylindrical-coordinate representation of color #D396CC: hue angle of 306.89º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D396CC is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211150204-
CMYK00.290.030.17
HSL306.89º40.94%70.78%-
HSV(B)306.89º28.91%82.75%-
XYZ48.6740.0262.29-
YUV174.4144.71154.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=37.35%
G=26.55%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115020400.290.030.17306.8940.9470.78
HexD396CC01D3111332947
Octal32322631403532146351107
Binary11010011100101101100110001110111100011001100111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D396CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D396CC; }

 p { color: rgb(211,150,204); }

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

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

 a { background-color: rgb(211,150,204); }

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

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

 span { border-color: rgb(211,150,204); }

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