#DFB1B6

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

Shades of Blossom #DFB1B6

Tints of Blossom #DFB1B6

Color information

#DFB1B6 (or 0xDFB1B6) is unknown color: approx Blossom. HEX triplet: DF, B1 and B6. RGB value is (223,177,182). Sum of RGB (Red+Green+Blue) = 223+177+182=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1B6 is #204E49. Grayscale: #BFBFBF. Windows color (decimal): -2117194 or 11973087. OLE color: 11973087.

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

Color convert

RGB223177182-
CMYK00.210.180.13
HSL353.48º41.82%78.43%-
HSV(B)353.48º20.63%87.45%-
XYZ54.650.5151.13-
YUV191.32122.74150.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 177 (69.53% from 255) = 30.41%
BLUE value IS 182 (71.48% from 255) = 31.27%
R=38.32%
G=30.41%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317718200.210.180.13353.4841.8278.43
HexDFB1B601512D1612a4e
Octal337261266025221554152116
Binary1101111110110001101101100101011001011011011000011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1B6; }

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

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

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

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

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

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

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

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