#DBA9B7

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

Shades of Blossom #DBA9B7

Tints of Blossom #DBA9B7

Color information

#DBA9B7 (or 0xDBA9B7) is unknown color: approx Blossom. HEX triplet: DB, A9 and B7. RGB value is (219,169,183). Sum of RGB (Red+Green+Blue) = 219+169+183=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9B7 is #245648. Grayscale: #B9B9B9. Windows color (decimal): -2381385 or 12036571. OLE color: 12036571.

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

Color convert

RGB219169183-
CMYK00.230.160.14
HSL343.2º40.98%76.08%-
HSV(B)343.2º22.83%85.88%-
XYZ51.9546.8551.11-
YUV185.55126.56151.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 169 (66.41% from 255) = 29.60%
BLUE value IS 183 (71.88% from 255) = 32.05%
R=38.35%
G=29.60%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916918300.230.160.14343.240.9876.08
HexDBA9B701710E157294c
Octal333251267027201652751114
Binary1101101110101001101101110101111000011101010101111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA9B7; }

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

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

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

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

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

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

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

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