#DFB1B8

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

Shades of Blossom #DFB1B8

Tints of Blossom #DFB1B8

Color information

#DFB1B8 (or 0xDFB1B8) is unknown color: approx Blossom. HEX triplet: DF, B1 and B8. RGB value is (223,177,184). Sum of RGB (Red+Green+Blue) = 223+177+184=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1B8 is #204E47. Grayscale: #BFBFBF. Windows color (decimal): -2117192 or 12104159. OLE color: 12104159.

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

Color convert

RGB223177184-
CMYK00.210.170.13
HSL350.87º41.82%78.43%-
HSV(B)350.87º20.63%87.45%-
XYZ54.8150.5952.22-
YUV191.55123.74150.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 177 (69.53% from 255) = 30.31%
BLUE value IS 184 (72.27% from 255) = 31.51%
R=38.18%
G=30.31%
B=31.51%

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
Decimal22317718400.210.170.13350.8741.8278.43
HexDFB1B801511D15f2a4e
Octal337261270025211553752116
Binary1101111110110001101110000101011000111011010111111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1B8; }

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

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

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

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

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

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

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

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