#D48EBC

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

Shades of Lily #D48EBC

Tints of Lily #D48EBC

Color information

#D48EBC (or 0xD48EBC) is unknown color: approx Lily. HEX triplet: D4, 8E and BC. RGB value is (212,142,188). Sum of RGB (Red+Green+Blue) = 212+142+188=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EBC is #2B7143. Grayscale: #A8A8A8. Windows color (decimal): -2847044 or 12357332. OLE color: 12357332.

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

Color convert

RGB212142188-
CMYK00.330.110.17
HSL320.57º44.87%69.41%-
HSV(B)320.57º33.02%83.14%-
XYZ45.936.9752.29-
YUV168.17139.19159.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.11%
GREEN value IS 142 (55.86% from 255) = 26.20%
BLUE value IS 188 (73.83% from 255) = 34.69%
R=39.11%
G=26.20%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214218800.330.110.17320.5744.8769.41
HexD48EBC021B111412d45
Octal324216274041132150155105
Binary11010100100011101011110001000011011100011010000011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EBC; }

 p { color: rgb(212,142,188); }

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

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

 a { background-color: rgb(212,142,188); }

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

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

 span { border-color: rgb(212,142,188); }

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