#D7B1B9

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

Shades of Blossom #D7B1B9

Tints of Blossom #D7B1B9

Color information

#D7B1B9 (or 0xD7B1B9) is unknown color: approx Blossom. HEX triplet: D7, B1 and B9. RGB value is (215,177,185). Sum of RGB (Red+Green+Blue) = 215+177+185=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B1B9 is #284E46. Grayscale: #BDBDBD. Windows color (decimal): -2641479 or 12169687. OLE color: 12169687.

HSL color Cylindrical-coordinate representation of color #D7B1B9: hue angle of 347.37º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7B1B9 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB215177185-
CMYK00.180.140.16
HSL347.37º32.2%76.86%-
HSV(B)347.37º17.67%84.31%-
XYZ52.549.3952.67-
YUV189.27125.59146.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 177 (69.53% from 255) = 30.68%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=37.26%
G=30.68%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517718500.180.140.16347.3732.276.86
HexD7B1B9012E1015b204d
Octal327261271022162053340115
Binary1101011110110001101110010100101110100001010110111000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B1B9; }

 p { color: rgb(215,177,185); }

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

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

 a { background-color: rgb(215,177,185); }

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

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

 span { border-color: rgb(215,177,185); }

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