#D8B3BA

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

Shades of Blossom #D8B3BA

Tints of Blossom #D8B3BA

Color information

#D8B3BA (or 0xD8B3BA) is unknown color: approx Blossom. HEX triplet: D8, B3 and BA. RGB value is (216,179,186). Sum of RGB (Red+Green+Blue) = 216+179+186=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B3BA is #274C45. Grayscale: #BEBEBE. Windows color (decimal): -2575430 or 12235736. OLE color: 12235736.

HSL color Cylindrical-coordinate representation of color #D8B3BA: hue angle of 348.65º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8B3BA is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216179186-
CMYK00.170.140.15
HSL348.65º32.17%77.45%-
HSV(B)348.65º17.13%84.71%-
XYZ53.350.3853.37-
YUV190.86125.26145.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.18%
GREEN value IS 179 (70.31% from 255) = 30.81%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=37.18%
G=30.81%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617918600.170.140.15348.6532.1777.45
HexD8B3BA011EF15d204d
Octal330263272021161753540115
Binary110110001011001110111010010001111011111010111011000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B3BA; }

 p { color: rgb(216,179,186); }

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

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

 a { background-color: rgb(216,179,186); }

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

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

 span { border-color: rgb(216,179,186); }

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