#DFB1BA

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

Shades of Blossom #DFB1BA

Tints of Blossom #DFB1BA

Color information

#DFB1BA (or 0xDFB1BA) is unknown color: approx Blossom. HEX triplet: DF, B1 and BA. RGB value is (223,177,186). Sum of RGB (Red+Green+Blue) = 223+177+186=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1BA is #204E45. Grayscale: #BFBFBF. Windows color (decimal): -2117190 or 12235231. OLE color: 12235231.

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

Color convert

RGB223177186-
CMYK00.210.170.13
HSL348.26º41.82%78.43%-
HSV(B)348.26º20.63%87.45%-
XYZ55.0250.6853.34-
YUV191.78124.74150.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=38.05%
G=30.20%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317718600.210.170.13348.2641.8278.43
HexDFB1BA01511D15c2a4e
Octal337261272025211553452116
Binary1101111110110001101110100101011000111011010111001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1BA; }

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

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

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

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

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

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

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

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