#DBB6BB

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

Shades of Blossom #DBB6BB

Tints of Blossom #DBB6BB

Color information

#DBB6BB (or 0xDBB6BB) is unknown color: approx Blossom. HEX triplet: DB, B6 and BB. RGB value is (219,182,187). Sum of RGB (Red+Green+Blue) = 219+182+187=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6BB is #244944. Grayscale: #C1C1C1. Windows color (decimal): -2378053 or 12302043. OLE color: 12302043.

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

Color convert

RGB219182187-
CMYK00.170.150.14
HSL351.89º33.94%78.63%-
HSV(B)351.89º16.89%85.88%-
XYZ54.9152.154.18-
YUV193.63124.26146.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 182 (71.48% from 255) = 30.95%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=37.24%
G=30.95%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918218700.170.150.14351.8933.9478.63
HexDBB6BB011FE160224f
Octal333266273021171654042117
Binary110110111011011010111011010001111111101011000001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6BB; }

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

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

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

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

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

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

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

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