#D9B2BA

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

Shades of Blossom #D9B2BA

Tints of Blossom #D9B2BA

Color information

#D9B2BA (or 0xD9B2BA) is unknown color: approx Blossom. HEX triplet: D9, B2 and BA. RGB value is (217,178,186). Sum of RGB (Red+Green+Blue) = 217+178+186=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2BA is #264D45. Grayscale: #BEBEBE. Windows color (decimal): -2510150 or 12235481. OLE color: 12235481.

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

Color convert

RGB217178186-
CMYK00.180.140.15
HSL347.69º33.91%77.45%-
HSV(B)347.69º17.97%85.1%-
XYZ53.450.1453.32-
YUV190.57125.42146.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=37.35%
G=30.64%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717818600.180.140.15347.6933.9177.45
HexD9B2BA012EF15c224d
Octal331262272022161753442115
Binary110110011011001010111010010010111011111010111001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B2BA; }

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

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

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

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

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

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

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

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