#DBACB6

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

Shades of Blossom #DBACB6

Tints of Blossom #DBACB6

Color information

#DBACB6 (or 0xDBACB6) is unknown color: approx Blossom. HEX triplet: DB, AC and B6. RGB value is (219,172,182). Sum of RGB (Red+Green+Blue) = 219+172+182=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACB6 is #245349. Grayscale: #BBBBBB. Windows color (decimal): -2380618 or 11971803. OLE color: 11971803.

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

Color convert

RGB219172182-
CMYK00.210.170.14
HSL347.23º39.5%76.67%-
HSV(B)347.23º21.46%85.88%-
XYZ52.4147.9450.75-
YUV187.19125.07150.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 182 (71.48% from 255) = 31.76%
R=38.22%
G=30.02%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917218200.210.170.14347.2339.576.67
HexDBACB601511E15b274d
Octal333254266025211653347115
Binary1101101110101100101101100101011000111101010110111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACB6; }

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

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

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

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

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

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

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

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