#D5B3BA

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

Shades of Blossom #D5B3BA

Tints of Blossom #D5B3BA

Color information

#D5B3BA (or 0xD5B3BA) is unknown color: approx Blossom. HEX triplet: D5, B3 and BA. RGB value is (213,179,186). Sum of RGB (Red+Green+Blue) = 213+179+186=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B3BA is #2A4C45. Grayscale: #BDBDBD. Windows color (decimal): -2772038 or 12235733. OLE color: 12235733.

HSL color Cylindrical-coordinate representation of color #D5B3BA: hue angle of 347.65º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5B3BA is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213179186-
CMYK00.160.130.16
HSL347.65º28.81%76.86%-
HSV(B)347.65º15.96%83.53%-
XYZ52.4249.9353.33-
YUV189.96125.76144.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.85%
GREEN value IS 179 (70.31% from 255) = 30.97%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=36.85%
G=30.97%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317918600.160.130.16347.6528.8176.86
HexD5B3BA010D1015c1d4d
Octal325263272020152053435115
Binary110101011011001110111010010000110110000101011100111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B3BA; }

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

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

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

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

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

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

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

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