#D396CE

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

Shades of Lilac #D396CE

Tints of Lilac #D396CE

Color information

#D396CE (or 0xD396CE) is unknown color: approx Lilac. HEX triplet: D3, 96 and CE. RGB value is (211,150,206). Sum of RGB (Red+Green+Blue) = 211+150+206=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 211 - color contains mainly: red. Hex color #D396CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396CE is #2C6931. Grayscale: #AEAEAE. Windows color (decimal): -2910514 or 13539027. OLE color: 13539027.

HSL color Cylindrical-coordinate representation of color #D396CE: hue angle of 304.92º 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 #D396CE is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB211150206-
CMYK00.290.020.17
HSL304.92º40.94%70.78%-
HSV(B)304.92º28.91%82.75%-
XYZ48.9140.1263.56-
YUV174.62145.71153.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.21%
GREEN value IS 150 (58.98% from 255) = 26.46%
BLUE value IS 206 (80.86% from 255) = 36.33%
R=37.21%
G=26.46%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115020600.290.020.17304.9240.9470.78
HexD396CE01D2111312947
Octal32322631603522146151107
Binary11010011100101101100111001110110100011001100011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D396CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D396CE; }

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

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

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

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

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

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

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

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