#D9B1B7

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

Shades of Blossom #D9B1B7

Tints of Blossom #D9B1B7

Color information

#D9B1B7 (or 0xD9B1B7) is unknown color: approx Blossom. HEX triplet: D9, B1 and B7. RGB value is (217,177,183). Sum of RGB (Red+Green+Blue) = 217+177+183=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1B7 is #264E48. Grayscale: #BDBDBD. Windows color (decimal): -2510409 or 12038617. OLE color: 12038617.

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

Color convert

RGB217177183-
CMYK00.180.160.15
HSL351º34.48%77.25%-
HSV(B)351º18.43%85.1%-
XYZ52.8849.6151.59-
YUV189.64124.25147.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 177 (69.53% from 255) = 30.68%
BLUE value IS 183 (71.88% from 255) = 31.72%
R=37.61%
G=30.68%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717718300.180.160.1535134.4877.25
HexD9B1B701210F15f224d
Octal331261267022201753742115
Binary1101100110110001101101110100101000011111010111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B1B7; }

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

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

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

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

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

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

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

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