#DFB6BC

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

Shades of Blossom #DFB6BC

Tints of Blossom #DFB6BC

Color information

#DFB6BC (or 0xDFB6BC) is unknown color: approx Blossom. HEX triplet: DF, B6 and BC. RGB value is (223,182,188). Sum of RGB (Red+Green+Blue) = 223+182+188=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6BC is #204943. Grayscale: #C2C2C2. Windows color (decimal): -2115908 or 12367583. OLE color: 12367583.

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

Color convert

RGB223182188-
CMYK00.180.160.13
HSL351.22º39.05%79.41%-
HSV(B)351.22º18.39%87.45%-
XYZ56.2452.7754.8-
YUV194.94124.08148.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 188 (73.83% from 255) = 31.70%
R=37.61%
G=30.69%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318218800.180.160.13351.2239.0579.41
HexDFB6BC01210D15f274f
Octal337266274022201553747117
Binary1101111110110110101111000100101000011011010111111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6BC; }

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

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

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

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

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

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

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

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