#D48EBB

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

Shades of Lily #D48EBB

Tints of Lily #D48EBB

Color information

#D48EBB (or 0xD48EBB) is unknown color: approx Lily. HEX triplet: D4, 8E and BB. RGB value is (212,142,187). Sum of RGB (Red+Green+Blue) = 212+142+187=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EBB is #2B7144. Grayscale: #A7A7A7. Windows color (decimal): -2847045 or 12291796. OLE color: 12291796.

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

Color convert

RGB212142187-
CMYK00.330.120.17
HSL321.43º44.87%69.41%-
HSV(B)321.43º33.02%83.14%-
XYZ45.7936.9351.73-
YUV168.06138.69159.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.19%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=39.19%
G=26.25%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214218700.330.120.17321.4344.8769.41
HexD48EBB021C111412d45
Octal324216273041142150155105
Binary11010100100011101011101101000011100100011010000011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EBB; }

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

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

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

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

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

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

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

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