#DBACB7

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

Shades of Blossom #DBACB7

Tints of Blossom #DBACB7

Color information

#DBACB7 (or 0xDBACB7) is unknown color: approx Blossom. HEX triplet: DB, AC and B7. RGB value is (219,172,183). Sum of RGB (Red+Green+Blue) = 219+172+183=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACB7 is #245348. Grayscale: #BBBBBB. Windows color (decimal): -2380617 or 12037339. OLE color: 12037339.

HSL color Cylindrical-coordinate representation of color #DBACB7: hue angle of 345.96º 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 #DBACB7 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219172183-
CMYK00.210.160.14
HSL345.96º39.5%76.67%-
HSV(B)345.96º21.46%85.88%-
XYZ52.5147.9851.29-
YUV187.31125.57150.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 183 (71.88% from 255) = 31.88%
R=38.15%
G=29.97%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917218300.210.160.14345.9639.576.67
HexDBACB701510E15a274d
Octal333254267025201653247115
Binary1101101110101100101101110101011000011101010110101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACB7; }

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

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

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

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

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

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

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

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