#DBB1B7

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

Shades of Blossom #DBB1B7

Tints of Blossom #DBB1B7

Color information

#DBB1B7 (or 0xDBB1B7) is unknown color: approx Blossom. HEX triplet: DB, B1 and B7. RGB value is (219,177,183). Sum of RGB (Red+Green+Blue) = 219+177+183=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1B7 is #244E48. Grayscale: #BEBEBE. Windows color (decimal): -2379337 or 12038619. OLE color: 12038619.

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

Color convert

RGB219177183-
CMYK00.190.160.14
HSL351.43º36.84%77.65%-
HSV(B)351.43º19.18%85.88%-
XYZ53.4849.9251.62-
YUV190.24123.91148.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 177 (69.53% from 255) = 30.57%
BLUE value IS 183 (71.88% from 255) = 31.61%
R=37.82%
G=30.57%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917718300.190.160.14351.4336.8477.65
HexDBB1B701310E15f254e
Octal333261267023201653745116
Binary1101101110110001101101110100111000011101010111111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1B7; }

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

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

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

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

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

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

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

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