#DBB4BA

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

Shades of Blossom #DBB4BA

Tints of Blossom #DBB4BA

Color information

#DBB4BA (or 0xDBB4BA) is unknown color: approx Blossom. HEX triplet: DB, B4 and BA. RGB value is (219,180,186). Sum of RGB (Red+Green+Blue) = 219+180+186=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4BA is #244B45. Grayscale: #C0C0C0. Windows color (decimal): -2378566 or 12235995. OLE color: 12235995.

HSL color Cylindrical-coordinate representation of color #DBB4BA: hue angle of 350.77º degrees, saturation: 0.35, 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 #DBB4BA is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB219180186-
CMYK00.180.150.14
HSL350.77º35.14%78.24%-
HSV(B)350.77º17.81%85.88%-
XYZ54.451.2553.48-
YUV192.34124.42147.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 180 (70.70% from 255) = 30.77%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=37.44%
G=30.77%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918018600.180.150.14350.7735.1478.24
HexDBB4BA012FE15f234e
Octal333264272022171653743116
Binary110110111011010010111010010010111111101010111111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4BA; }

 p { color: rgb(219,180,186); }

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

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

 a { background-color: rgb(219,180,186); }

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

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

 span { border-color: rgb(219,180,186); }

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