#DFB3BB

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

Shades of Blossom #DFB3BB

Tints of Blossom #DFB3BB

Color information

#DFB3BB (or 0xDFB3BB) is unknown color: approx Blossom. HEX triplet: DF, B3 and BB. RGB value is (223,179,187). Sum of RGB (Red+Green+Blue) = 223+179+187=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3BB is #204C44. Grayscale: #C1C1C1. Windows color (decimal): -2116677 or 12301279. OLE color: 12301279.

HSL color Cylindrical-coordinate representation of color #DFB3BB: hue angle of 349.09º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB3BB is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223179187-
CMYK00.200.160.13
HSL349.09º40.74%78.82%-
HSV(B)349.09º19.73%87.45%-
XYZ55.5251.5254.03-
YUV193.07124.58149.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 179 (70.31% from 255) = 30.39%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=37.86%
G=30.39%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317918700.200.160.13349.0940.7478.82
HexDFB3BB01410D15d294f
Octal337263273024201553551117
Binary1101111110110011101110110101001000011011010111011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3BB; }

 p { color: rgb(223,179,187); }

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

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

 a { background-color: rgb(223,179,187); }

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

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

 span { border-color: rgb(223,179,187); }

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