#D9B4BA

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

Shades of Blossom #D9B4BA

Tints of Blossom #D9B4BA

Color information

#D9B4BA (or 0xD9B4BA) is unknown color: approx Blossom. HEX triplet: D9, B4 and BA. RGB value is (217,180,186). Sum of RGB (Red+Green+Blue) = 217+180+186=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B4BA is #264B45. Grayscale: #BFBFBF. Windows color (decimal): -2509638 or 12235993. OLE color: 12235993.

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

Color convert

RGB217180186-
CMYK00.170.140.15
HSL350.27º32.74%77.84%-
HSV(B)350.27º17.05%85.1%-
XYZ53.850.9453.45-
YUV191.75124.76146.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 180 (70.70% from 255) = 30.87%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=37.22%
G=30.87%
B=31.90%

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
Decimal21718018600.170.140.15350.2732.7477.84
HexD9B4BA011EF15e214e
Octal331264272021161753641116
Binary110110011011010010111010010001111011111010111101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B4BA; }

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

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

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

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

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

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

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

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