#DFB9BC

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

Shades of Blossom #DFB9BC

Tints of Blossom #DFB9BC

Color information

#DFB9BC (or 0xDFB9BC) is unknown color: approx Blossom. HEX triplet: DF, B9 and BC. RGB value is (223,185,188). Sum of RGB (Red+Green+Blue) = 223+185+188=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9BC is #204643. Grayscale: #C4C4C4. Windows color (decimal): -2115140 or 12368351. OLE color: 12368351.

HSL color Cylindrical-coordinate representation of color #DFB9BC: hue angle of 355.26º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFB9BC is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223185188-
CMYK00.170.160.13
HSL355.26º37.25%80%-
HSV(B)355.26º17.04%87.45%-
XYZ56.8654.0255.01-
YUV196.7123.09146.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 185 (72.66% from 255) = 31.04%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=37.42%
G=31.04%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318518800.170.160.13355.2637.2580
HexDFB9BC01110D1632550
Octal337271274021201554345120
Binary1101111110111001101111000100011000011011011000111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9BC; }

 p { color: rgb(223,185,188); }

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

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

 a { background-color: rgb(223,185,188); }

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

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

 span { border-color: rgb(223,185,188); }

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