#DBB2BA

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

Shades of Blossom #DBB2BA

Tints of Blossom #DBB2BA

Color information

#DBB2BA (or 0xDBB2BA) is unknown color: approx Blossom. HEX triplet: DB, B2 and BA. RGB value is (219,178,186). Sum of RGB (Red+Green+Blue) = 219+178+186=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2BA is #244D45. Grayscale: #BFBFBF. Windows color (decimal): -2379078 or 12235483. OLE color: 12235483.

HSL color Cylindrical-coordinate representation of color #DBB2BA: hue angle of 348.29º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB2BA is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB219178186-
CMYK00.190.150.14
HSL348.29º36.28%77.84%-
HSV(B)348.29º18.72%85.88%-
XYZ5450.4553.35-
YUV191.17125.08147.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 178 (69.92% from 255) = 30.53%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=37.56%
G=30.53%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917818600.190.150.14348.2936.2877.84
HexDBB2BA013FE15c244e
Octal333262272023171653444116
Binary110110111011001010111010010011111111101010111001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2BA; }

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

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

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

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

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

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

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

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