#DBBFB0

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

Shades of Just Right #DBBFB0

Tints of Just Right #DBBFB0

Color information

#DBBFB0 (or 0xDBBFB0) is unknown color: approx Just Right. HEX triplet: DB, BF and B0. RGB value is (219,191,176). Sum of RGB (Red+Green+Blue) = 219+191+176=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBFB0 is #24404F. Grayscale: #C5C5C5. Windows color (decimal): -2375760 or 11583451. OLE color: 11583451.

HSL color Cylindrical-coordinate representation of color #DBBFB0: hue angle of 20.93º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBFB0 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB219191176-
CMYK00.130.200.14
HSL20.93º37.39%77.45%-
HSV(B)20.93º19.63%85.88%-
XYZ55.6855.4648.84-
YUV197.66115.78143.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 176 (69.14% from 255) = 30.03%
R=37.37%
G=32.59%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919117600.130.200.1420.9337.3977.45
HexDBBFB00D14E15254d
Octal33327726001524162545115
Binary11011011101111111011000001101101001110101011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFB0; }

 p { color: rgb(219,191,176); }

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

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

 a { background-color: rgb(219,191,176); }

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

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

 span { border-color: rgb(219,191,176); }

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