#DFBBBF

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

Shades of Blossom #DFBBBF

Tints of Blossom #DFBBBF

Color information

#DFBBBF (or 0xDFBBBF) is unknown color: approx Blossom. HEX triplet: DF, BB and BF. RGB value is (223,187,191). Sum of RGB (Red+Green+Blue) = 223+187+191=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBBF is #204440. Grayscale: #C6C6C6. Windows color (decimal): -2114625 or 12565471. OLE color: 12565471.

HSL color Cylindrical-coordinate representation of color #DFBBBF: hue angle of 353.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBBBF is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223187191-
CMYK00.160.140.13
HSL353.33º36%80.39%-
HSV(B)353.33º16.14%87.45%-
XYZ57.6154.9956.87-
YUV198.22123.93145.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 191 (75% from 255) = 31.78%
R=37.10%
G=31.11%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318719100.160.140.13353.333680.39
HexDFBBBF010ED1612450
Octal337273277020161554144120
Binary110111111011101110111111010000111011011011000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBBF; }

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

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

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

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

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

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

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

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