#DBA7B6

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

Shades of Blossom #DBA7B6

Tints of Blossom #DBA7B6

Color information

#DBA7B6 (or 0xDBA7B6) is unknown color: approx Blossom. HEX triplet: DB, A7 and B6. RGB value is (219,167,182). Sum of RGB (Red+Green+Blue) = 219+167+182=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7B6 is #245849. Grayscale: #B8B8B8. Windows color (decimal): -2381898 or 11970523. OLE color: 11970523.

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

Color convert

RGB219167182-
CMYK00.240.170.14
HSL342.69º41.94%75.69%-
HSV(B)342.69º23.74%85.88%-
XYZ51.4846.0750.44-
YUV184.26126.73152.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 182 (71.48% from 255) = 32.04%
R=38.56%
G=29.40%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916718200.240.170.14342.6941.9475.69
HexDBA7B601811E1572a4c
Octal333247266030211652752114
Binary1101101110100111101101100110001000111101010101111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7B6; }

 p { color: rgb(219,167,182); }

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

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

 a { background-color: rgb(219,167,182); }

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

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

 span { border-color: rgb(219,167,182); }

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