#DFB1B4

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

Shades of Blossom #DFB1B4

Tints of Blossom #DFB1B4

Color information

#DFB1B4 (or 0xDFB1B4) is unknown color: approx Blossom. HEX triplet: DF, B1 and B4. RGB value is (223,177,180). Sum of RGB (Red+Green+Blue) = 223+177+180=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1B4 is #204E4B. Grayscale: #BFBFBF. Windows color (decimal): -2117196 or 11842015. OLE color: 11842015.

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

Color convert

RGB223177180-
CMYK00.210.190.13
HSL356.09º41.82%78.43%-
HSV(B)356.09º20.63%87.45%-
XYZ54.3950.4350.05-
YUV191.1121.74150.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 177 (69.53% from 255) = 30.52%
BLUE value IS 180 (70.70% from 255) = 31.03%
R=38.45%
G=30.52%
B=31.03%

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
Decimal22317718000.210.190.13356.0941.8278.43
HexDFB1B401513D1642a4e
Octal337261264025231554452116
Binary1101111110110001101101000101011001111011011001001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1B4; }

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

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

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

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

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

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

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

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