#D5B2BA

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

Shades of Blossom #D5B2BA

Tints of Blossom #D5B2BA

Color information

#D5B2BA (or 0xD5B2BA) is unknown color: approx Blossom. HEX triplet: D5, B2 and BA. RGB value is (213,178,186). Sum of RGB (Red+Green+Blue) = 213+178+186=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2BA is #2A4D45. Grayscale: #BDBDBD. Windows color (decimal): -2772294 or 12235477. OLE color: 12235477.

HSL color Cylindrical-coordinate representation of color #D5B2BA: hue angle of 346.29º 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 #D5B2BA is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213178186-
CMYK00.160.130.16
HSL346.29º29.41%76.67%-
HSV(B)346.29º16.43%83.53%-
XYZ52.2249.5353.26-
YUV189.38126.1144.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.92%
GREEN value IS 178 (69.92% from 255) = 30.85%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=36.92%
G=30.85%
B=32.24%

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
Decimal21317818600.160.130.16346.2929.4176.67
HexD5B2BA010D1015a1d4d
Octal325262272020152053235115
Binary110101011011001010111010010000110110000101011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B2BA; }

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

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

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

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

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

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

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

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