#DFB1B7

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

Shades of Blossom #DFB1B7

Tints of Blossom #DFB1B7

Color information

#DFB1B7 (or 0xDFB1B7) is unknown color: approx Blossom. HEX triplet: DF, B1 and B7. RGB value is (223,177,183). Sum of RGB (Red+Green+Blue) = 223+177+183=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1B7 is #204E48. Grayscale: #BFBFBF. Windows color (decimal): -2117193 or 12038623. OLE color: 12038623.

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

Color convert

RGB223177183-
CMYK00.210.180.13
HSL352.17º41.82%78.43%-
HSV(B)352.17º20.63%87.45%-
XYZ54.750.5551.67-
YUV191.44123.24150.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 177 (69.53% from 255) = 30.36%
BLUE value IS 183 (71.88% from 255) = 31.39%
R=38.25%
G=30.36%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317718300.210.180.13352.1741.8278.43
HexDFB1B701512D1602a4e
Octal337261267025221554052116
Binary1101111110110001101101110101011001011011011000001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1B7; }

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

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

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

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

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

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

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

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