#DFB2BA

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

Shades of Blossom #DFB2BA

Tints of Blossom #DFB2BA

Color information

#DFB2BA (or 0xDFB2BA) is unknown color: approx Blossom. HEX triplet: DF, B2 and BA. RGB value is (223,178,186). Sum of RGB (Red+Green+Blue) = 223+178+186=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2BA is #204D45. Grayscale: #C0C0C0. Windows color (decimal): -2116934 or 12235487. OLE color: 12235487.

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

Color convert

RGB223178186-
CMYK00.200.170.13
HSL349.33º41.28%78.63%-
HSV(B)349.33º20.18%87.45%-
XYZ55.2151.0753.4-
YUV192.37124.41149.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=37.99%
G=30.32%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317818600.200.170.13349.3341.2878.63
HexDFB2BA01411D15d294f
Octal337262272024211553551117
Binary1101111110110010101110100101001000111011010111011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB2BA; }

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

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

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

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

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

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

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

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