#D7B3BA

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

Shades of Blossom #D7B3BA

Tints of Blossom #D7B3BA

Color information

#D7B3BA (or 0xD7B3BA) is unknown color: approx Blossom. HEX triplet: D7, B3 and BA. RGB value is (215,179,186). Sum of RGB (Red+Green+Blue) = 215+179+186=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B3BA is #284C45. Grayscale: #BEBEBE. Windows color (decimal): -2640966 or 12235735. OLE color: 12235735.

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

Color convert

RGB215179186-
CMYK00.170.130.16
HSL348.33º31.03%77.25%-
HSV(B)348.33º16.74%84.31%-
XYZ53.0150.2353.36-
YUV190.56125.43145.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.07%
GREEN value IS 179 (70.31% from 255) = 30.86%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=37.07%
G=30.86%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517918600.170.130.16348.3331.0377.25
HexD7B3BA011D1015c1f4d
Octal327263272021152053437115
Binary110101111011001110111010010001110110000101011100111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B3BA; }

 p { color: rgb(215,179,186); }

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

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

 a { background-color: rgb(215,179,186); }

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

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

 span { border-color: rgb(215,179,186); }

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