#DFB5BA

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

Shades of Blossom #DFB5BA

Tints of Blossom #DFB5BA

Color information

#DFB5BA (or 0xDFB5BA) is unknown color: approx Blossom. HEX triplet: DF, B5 and BA. RGB value is (223,181,186). Sum of RGB (Red+Green+Blue) = 223+181+186=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5BA is #204A45. Grayscale: #C2C2C2. Windows color (decimal): -2116166 or 12236255. OLE color: 12236255.

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

Color convert

RGB223181186-
CMYK00.190.170.13
HSL352.86º39.62%79.22%-
HSV(B)352.86º18.83%87.45%-
XYZ55.8252.2853.6-
YUV194.13123.41148.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 181 (71.09% from 255) = 30.68%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=37.80%
G=30.68%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318118600.190.170.13352.8639.6279.22
HexDFB5BA01311D161284f
Octal337265272023211554150117
Binary1101111110110101101110100100111000111011011000011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB5BA; }

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

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

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

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

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

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

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

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