#D38CBB

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

Shades of Lily #D38CBB

Tints of Lily #D38CBB

Color information

#D38CBB (or 0xD38CBB) is unknown color: approx Lily. HEX triplet: D3, 8C and BB. RGB value is (211,140,187). Sum of RGB (Red+Green+Blue) = 211+140+187=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CBB is #2C7344. Grayscale: #A6A6A6. Windows color (decimal): -2913093 or 12291283. OLE color: 12291283.

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

Color convert

RGB211140187-
CMYK00.340.110.17
HSL320.28º44.65%68.82%-
HSV(B)320.28º33.65%82.75%-
XYZ45.2136.1951.62-
YUV166.59139.52159.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=39.22%
G=26.02%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114018700.340.110.17320.2844.6568.82
HexD38CBB022B111402d45
Octal323214273042132150055105
Binary11010011100011001011101101000101011100011010000001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38CBB; }

 p { color: rgb(211,140,187); }

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

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

 a { background-color: rgb(211,140,187); }

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

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

 span { border-color: rgb(211,140,187); }

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