#DFB6B9

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

Shades of Blossom #DFB6B9

Tints of Blossom #DFB6B9

Color information

#DFB6B9 (or 0xDFB6B9) is unknown color: approx Blossom. HEX triplet: DF, B6 and B9. RGB value is (223,182,185). Sum of RGB (Red+Green+Blue) = 223+182+185=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6B9 is #204946. Grayscale: #C2C2C2. Windows color (decimal): -2115911 or 12170975. OLE color: 12170975.

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

Color convert

RGB223182185-
CMYK00.180.170.13
HSL355.61º39.05%79.41%-
HSV(B)355.61º18.39%87.45%-
XYZ55.9252.6553.11-
YUV194.6122.58148.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 182 (71.48% from 255) = 30.85%
BLUE value IS 185 (72.66% from 255) = 31.36%
R=37.80%
G=30.85%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318218500.180.170.13355.6139.0579.41
HexDFB6B901211D164274f
Octal337266271022211554447117
Binary1101111110110110101110010100101000111011011001001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6B9; }

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

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

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

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

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

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

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

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