#DFB7BC

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

Shades of Blossom #DFB7BC

Tints of Blossom #DFB7BC

Color information

#DFB7BC (or 0xDFB7BC) is unknown color: approx Blossom. HEX triplet: DF, B7 and BC. RGB value is (223,183,188). Sum of RGB (Red+Green+Blue) = 223+183+188=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB7BC is #204843. Grayscale: #C3C3C3. Windows color (decimal): -2115652 or 12367839. OLE color: 12367839.

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

Color convert

RGB223183188-
CMYK00.180.160.13
HSL352.5º38.46%79.61%-
HSV(B)352.5º17.94%87.45%-
XYZ56.4453.1954.87-
YUV195.53123.75147.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 183 (71.88% from 255) = 30.81%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=37.54%
G=30.81%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318318800.180.160.13352.538.4679.61
HexDFB7BC01210D1602650
Octal337267274022201554046120
Binary1101111110110111101111000100101000011011011000001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB7BC; }

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

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

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

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

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

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

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

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