#DFB8BC

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

Shades of Blossom #DFB8BC

Tints of Blossom #DFB8BC

Color information

#DFB8BC (or 0xDFB8BC) is unknown color: approx Blossom. HEX triplet: DF, B8 and BC. RGB value is (223,184,188). Sum of RGB (Red+Green+Blue) = 223+184+188=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB8BC is #204743. Grayscale: #C4C4C4. Windows color (decimal): -2115396 or 12368095. OLE color: 12368095.

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

Color convert

RGB223184188-
CMYK00.170.160.13
HSL353.85º37.86%79.8%-
HSV(B)353.85º17.49%87.45%-
XYZ56.6553.654.94-
YUV196.12123.42147.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 184 (72.27% from 255) = 30.92%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=37.48%
G=30.92%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318418800.170.160.13353.8537.8679.8
HexDFB8BC01110D1622650
Octal337270274021201554246120
Binary1101111110111000101111000100011000011011011000101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB8BC; }

 p { color: rgb(223,184,188); }

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

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

 a { background-color: rgb(223,184,188); }

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

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

 span { border-color: rgb(223,184,188); }

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