#DBB7BC

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

Shades of Blossom #DBB7BC

Tints of Blossom #DBB7BC

Color information

#DBB7BC (or 0xDBB7BC) is unknown color: approx Blossom. HEX triplet: DB, B7 and BC. RGB value is (219,183,188). Sum of RGB (Red+Green+Blue) = 219+183+188=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7BC is #244843. Grayscale: #C2C2C2. Windows color (decimal): -2377796 or 12367835. OLE color: 12367835.

HSL color Cylindrical-coordinate representation of color #DBB7BC: hue angle of 351.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB7BC is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219183188-
CMYK00.160.140.14
HSL351.67º33.33%78.82%-
HSV(B)351.67º16.44%85.88%-
XYZ55.2252.5654.81-
YUV194.33124.43145.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 183 (71.88% from 255) = 31.02%
BLUE value IS 188 (73.83% from 255) = 31.86%
R=37.12%
G=31.02%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918318800.160.140.14351.6733.3378.82
HexDBB7BC010EE160214f
Octal333267274020161654041117
Binary110110111011011110111100010000111011101011000001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB7BC; }

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

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

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

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

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

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

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

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