#D28CBA

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

Shades of Lily #D28CBA

Tints of Lily #D28CBA

Color information

#D28CBA (or 0xD28CBA) is unknown color: approx Lily. HEX triplet: D2, 8C and BA. RGB value is (210,140,186). Sum of RGB (Red+Green+Blue) = 210+140+186=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CBA is #2D7345. Grayscale: #A6A6A6. Windows color (decimal): -2978630 or 12225746. OLE color: 12225746.

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

Color convert

RGB210140186-
CMYK00.330.110.18
HSL320.57º43.75%68.63%-
HSV(B)320.57º33.33%82.35%-
XYZ44.823651.04-
YUV166.17139.19159.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 140 (55.08% from 255) = 26.12%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=39.18%
G=26.12%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014018600.330.110.18320.5743.7568.63
HexD28CBA021B121412c45
Octal322214272041132250154105
Binary11010010100011001011101001000011011100101010000011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CBA; }

 p { color: rgb(210,140,186); }

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

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

 a { background-color: rgb(210,140,186); }

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

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

 span { border-color: rgb(210,140,186); }

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