#D9B1BA

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

Shades of Blossom #D9B1BA

Tints of Blossom #D9B1BA

Color information

#D9B1BA (or 0xD9B1BA) is unknown color: approx Blossom. HEX triplet: D9, B1 and BA. RGB value is (217,177,186). Sum of RGB (Red+Green+Blue) = 217+177+186=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1BA is #264E45. Grayscale: #BDBDBD. Windows color (decimal): -2510406 or 12235225. OLE color: 12235225.

HSL color Cylindrical-coordinate representation of color #D9B1BA: hue angle of 346.5º 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 #D9B1BA is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217177186-
CMYK00.180.140.15
HSL346.5º34.48%77.25%-
HSV(B)346.5º18.43%85.1%-
XYZ53.249.7453.25-
YUV189.99125.75147.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 177 (69.53% from 255) = 30.52%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=37.41%
G=30.52%
B=32.07%

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
Decimal21717718600.180.140.15346.534.4877.25
HexD9B1BA012EF15a224d
Octal331261272022161753242115
Binary110110011011000110111010010010111011111010110101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B1BA; }

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

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

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

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

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

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

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

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