#DBB3B7

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

Shades of Blossom #DBB3B7

Tints of Blossom #DBB3B7

Color information

#DBB3B7 (or 0xDBB3B7) is unknown color: approx Blossom. HEX triplet: DB, B3 and B7. RGB value is (219,179,183). Sum of RGB (Red+Green+Blue) = 219+179+183=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3B7 is #244C48. Grayscale: #BFBFBF. Windows color (decimal): -2378825 or 12039131. OLE color: 12039131.

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

Color convert

RGB219179183-
CMYK00.180.160.14
HSL354º35.71%78.04%-
HSV(B)354º18.26%85.88%-
XYZ53.8850.7251.75-
YUV191.42123.25147.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.69%
GREEN value IS 179 (70.31% from 255) = 30.81%
BLUE value IS 183 (71.88% from 255) = 31.50%
R=37.69%
G=30.81%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917918300.180.160.1435435.7178.04
HexDBB3B701210E162244e
Octal333263267022201654244116
Binary1101101110110011101101110100101000011101011000101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB3B7; }

 p { color: rgb(219,179,183); }

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

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

 a { background-color: rgb(219,179,183); }

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

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

 span { border-color: rgb(219,179,183); }

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