#DBB1B5

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

Shades of Blossom #DBB1B5

Tints of Blossom #DBB1B5

Color information

#DBB1B5 (or 0xDBB1B5) is unknown color: approx Blossom. HEX triplet: DB, B1 and B5. RGB value is (219,177,181). Sum of RGB (Red+Green+Blue) = 219+177+181=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1B5 is #244E4A. Grayscale: #BEBEBE. Windows color (decimal): -2379339 or 11907547. OLE color: 11907547.

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

Color convert

RGB219177181-
CMYK00.190.170.14
HSL354.29º36.84%77.65%-
HSV(B)354.29º19.18%85.88%-
XYZ53.2849.8450.53-
YUV190.01122.91148.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 177 (69.53% from 255) = 30.68%
BLUE value IS 181 (71.09% from 255) = 31.37%
R=37.95%
G=30.68%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917718100.190.170.14354.2936.8477.65
HexDBB1B501311E162254e
Octal333261265023211654245116
Binary1101101110110001101101010100111000111101011000101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1B5; }

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

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

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

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

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

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

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

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