#D9B0B9

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

Shades of Blossom #D9B0B9

Tints of Blossom #D9B0B9

Color information

#D9B0B9 (or 0xD9B0B9) is unknown color: approx Blossom. HEX triplet: D9, B0 and B9. RGB value is (217,176,185). Sum of RGB (Red+Green+Blue) = 217+176+185=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0B9 is #264F46. Grayscale: #BDBDBD. Windows color (decimal): -2510663 or 12169433. OLE color: 12169433.

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

Color convert

RGB217176185-
CMYK00.190.150.15
HSL346.83º35.04%77.06%-
HSV(B)346.83º18.89%85.1%-
XYZ52.949.3152.63-
YUV189.28125.58147.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.54%
GREEN value IS 176 (69.14% from 255) = 30.45%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=37.54%
G=30.45%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717618500.190.150.15346.8335.0477.06
HexD9B0B9013FF15b234d
Octal331260271023171753343115
Binary110110011011000010111001010011111111111010110111000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B0B9; }

 p { color: rgb(217,176,185); }

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

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

 a { background-color: rgb(217,176,185); }

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

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

 span { border-color: rgb(217,176,185); }

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