#D38EBF

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

Shades of Lily #D38EBF

Tints of Lily #D38EBF

Color information

#D38EBF (or 0xD38EBF) is unknown color: approx Lily. HEX triplet: D3, 8E and BF. RGB value is (211,142,191). Sum of RGB (Red+Green+Blue) = 211+142+191=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 211 - color contains mainly: red. Hex color #D38EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EBF is #2C7140. Grayscale: #A8A8A8. Windows color (decimal): -2912577 or 12553939. OLE color: 12553939.

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

Color convert

RGB211142191-
CMYK00.330.090.17
HSL317.39º43.95%69.22%-
HSV(B)317.39º32.7%82.75%-
XYZ45.9436.9654-
YUV168.22140.86158.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.79%
GREEN value IS 142 (55.86% from 255) = 26.10%
BLUE value IS 191 (75% from 255) = 35.11%
R=38.79%
G=26.10%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114219100.330.090.17317.3943.9569.22
HexD38EBF02191113d2c45
Octal323216277041112147554105
Binary11010011100011101011111101000011001100011001111011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38EBF; }

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

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

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

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

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

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

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

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