#DFB0B9

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

Shades of Blossom #DFB0B9

Tints of Blossom #DFB0B9

Color information

#DFB0B9 (or 0xDFB0B9) is unknown color: approx Blossom. HEX triplet: DF, B0 and B9. RGB value is (223,176,185). Sum of RGB (Red+Green+Blue) = 223+176+185=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0B9 is #204F46. Grayscale: #BFBFBF. Windows color (decimal): -2117447 or 12169439. OLE color: 12169439.

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

Color convert

RGB223176185-
CMYK00.210.170.13
HSL348.51º42.34%78.24%-
HSV(B)348.51º21.08%87.45%-
XYZ54.7150.2452.71-
YUV191.08124.57150.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 176 (69.14% from 255) = 30.14%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=38.18%
G=30.14%
B=31.68%

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
Decimal22317618500.210.170.13348.5142.3478.24
HexDFB0B901511D15d2a4e
Octal337260271025211553552116
Binary1101111110110000101110010101011000111011010111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB0B9; }

 p { color: rgb(223,176,185); }

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

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

 a { background-color: rgb(223,176,185); }

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

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

 span { border-color: rgb(223,176,185); }

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