#DFBBAD

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

Shades of Just Right #DFBBAD

Tints of Just Right #DFBBAD

Color information

#DFBBAD (or 0xDFBBAD) is unknown color: approx Just Right. HEX triplet: DF, BB and AD. RGB value is (223,187,173). Sum of RGB (Red+Green+Blue) = 223+187+173=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBAD is #204452. Grayscale: #C4C4C4. Windows color (decimal): -2114643 or 11385823. OLE color: 11385823.

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

Color convert

RGB223187173-
CMYK00.160.220.13
HSL16.8º43.86%77.65%-
HSV(B)16.8º22.42%87.45%-
XYZ55.7454.2547.07-
YUV196.17114.93147.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=38.25%
G=32.08%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318717300.160.220.1316.843.8677.65
HexDFBBAD01016D112c4e
Octal33727325502026152154116
Binary110111111011101110101101010000101101101100011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBAD; }

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

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

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

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

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

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

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

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