#D9B5BB

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

Shades of Blossom #D9B5BB

Tints of Blossom #D9B5BB

Color information

#D9B5BB (or 0xD9B5BB) is unknown color: approx Blossom. HEX triplet: D9, B5 and BB. RGB value is (217,181,187). Sum of RGB (Red+Green+Blue) = 217+181+187=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B5BB is #264A44. Grayscale: #C0C0C0. Windows color (decimal): -2509381 or 12301785. OLE color: 12301785.

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

Color convert

RGB217181187-
CMYK00.170.140.15
HSL350º32.14%78.04%-
HSV(B)350º16.59%85.1%-
XYZ54.1151.3954.08-
YUV192.45124.93145.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 181 (71.09% from 255) = 30.94%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=37.09%
G=30.94%
B=31.97%

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
Decimal21718118700.170.140.1535032.1478.04
HexD9B5BB011EF15e204e
Octal331265273021161753640116
Binary110110011011010110111011010001111011111010111101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B5BB; }

 p { color: rgb(217,181,187); }

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

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

 a { background-color: rgb(217,181,187); }

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

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

 span { border-color: rgb(217,181,187); }

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