#D38ACE

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

Shades of Lilac #D38ACE

Tints of Lilac #D38ACE

Color information

#D38ACE (or 0xD38ACE) is unknown color: approx Lilac. HEX triplet: D3, 8A and CE. RGB value is (211,138,206). Sum of RGB (Red+Green+Blue) = 211+138+206=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D38ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ACE is #2C7531. Grayscale: #A7A7A7. Windows color (decimal): -2913586 or 13535955. OLE color: 13535955.

HSL color Cylindrical-coordinate representation of color #D38ACE: hue angle of 304.11º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38ACE is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB211138206-
CMYK00.350.020.17
HSL304.11º45.34%68.43%-
HSV(B)304.11º34.6%82.75%-
XYZ47.0936.4862.95-
YUV167.58149.68158.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.02%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=38.02%
G=24.86%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113820600.350.020.17304.1145.3468.43
HexD38ACE0232111302d44
Octal32321231604322146055104
Binary110100111000101011001110010001110100011001100001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38ACE; }

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

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

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

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

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

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

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

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