#DFB1B5

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

Shades of Blossom #DFB1B5

Tints of Blossom #DFB1B5

Color information

#DFB1B5 (or 0xDFB1B5) is unknown color: approx Blossom. HEX triplet: DF, B1 and B5. RGB value is (223,177,181). Sum of RGB (Red+Green+Blue) = 223+177+181=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1B5 is #204E4A. Grayscale: #BFBFBF. Windows color (decimal): -2117195 or 11907551. OLE color: 11907551.

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

Color convert

RGB223177181-
CMYK00.210.190.13
HSL354.78º41.82%78.43%-
HSV(B)354.78º20.63%87.45%-
XYZ54.4950.4750.59-
YUV191.21122.24150.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 177 (69.53% from 255) = 30.46%
BLUE value IS 181 (71.09% from 255) = 31.15%
R=38.38%
G=30.46%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317718100.210.190.13354.7841.8278.43
HexDFB1B501513D1632a4e
Octal337261265025231554352116
Binary1101111110110001101101010101011001111011011000111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1B5; }

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

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

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

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

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

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

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

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