#D38EBD

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

Shades of Lily #D38EBD

Tints of Lily #D38EBD

Color information

#D38EBD (or 0xD38EBD) is unknown color: approx Lily. HEX triplet: D3, 8E and BD. RGB value is (211,142,189). Sum of RGB (Red+Green+Blue) = 211+142+189=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D38EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EBD is #2C7142. Grayscale: #A7A7A7. Windows color (decimal): -2912579 or 12422867. OLE color: 12422867.

HSL color Cylindrical-coordinate representation of color #D38EBD: hue angle of 319.13º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38EBD is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB211142189-
CMYK00.330.100.17
HSL319.13º43.95%69.22%-
HSV(B)319.13º32.7%82.75%-
XYZ45.7236.8752.85-
YUV167.99139.86158.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.93%
GREEN value IS 142 (55.86% from 255) = 26.20%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=38.93%
G=26.20%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114218900.330.100.17319.1343.9569.22
HexD38EBD021A1113f2c45
Octal323216275041122147754105
Binary11010011100011101011110101000011010100011001111111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38EBD; }

 p { color: rgb(211,142,189); }

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

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

 a { background-color: rgb(211,142,189); }

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

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

 span { border-color: rgb(211,142,189); }

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