#DBB6BC

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

Shades of Blossom #DBB6BC

Tints of Blossom #DBB6BC

Color information

#DBB6BC (or 0xDBB6BC) is unknown color: approx Blossom. HEX triplet: DB, B6 and BC. RGB value is (219,182,188). Sum of RGB (Red+Green+Blue) = 219+182+188=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6BC is #244943. Grayscale: #C1C1C1. Windows color (decimal): -2378052 or 12367579. OLE color: 12367579.

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

Color convert

RGB219182188-
CMYK00.170.140.14
HSL350.27º33.94%78.63%-
HSV(B)350.27º16.89%85.88%-
XYZ55.0252.1554.74-
YUV193.75124.76146.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 182 (71.48% from 255) = 30.90%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=37.18%
G=30.90%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918218800.170.140.14350.2733.9478.63
HexDBB6BC011EE15e224f
Octal333266274021161653642117
Binary110110111011011010111100010001111011101010111101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6BC; }

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

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

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

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

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

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

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

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