#D7B0B6

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

Shades of Blossom #D7B0B6

Tints of Blossom #D7B0B6

Color information

#D7B0B6 (or 0xD7B0B6) is unknown color: approx Blossom. HEX triplet: D7, B0 and B6. RGB value is (215,176,182). Sum of RGB (Red+Green+Blue) = 215+176+182=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B0B6 is #284F49. Grayscale: #BCBCBC. Windows color (decimal): -2641738 or 11972823. OLE color: 11972823.

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

Color convert

RGB215176182-
CMYK00.180.150.16
HSL350.77º32.77%76.67%-
HSV(B)350.77º18.14%84.31%-
XYZ51.9948.8850.95-
YUV188.34124.42147.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.52%
GREEN value IS 176 (69.14% from 255) = 30.72%
BLUE value IS 182 (71.48% from 255) = 31.76%
R=37.52%
G=30.72%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517618200.180.150.16350.7732.7776.67
HexD7B0B6012F1015f214d
Octal327260266022172053741115
Binary1101011110110000101101100100101111100001010111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B0B6; }

 p { color: rgb(215,176,182); }

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

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

 a { background-color: rgb(215,176,182); }

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

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

 span { border-color: rgb(215,176,182); }

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