#DBBEAD

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

Shades of Just Right #DBBEAD

Tints of Just Right #DBBEAD

Color information

#DBBEAD (or 0xDBBEAD) is unknown color: approx Just Right. HEX triplet: DB, BE and AD. RGB value is (219,190,173). Sum of RGB (Red+Green+Blue) = 219+190+173=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEAD is #244152. Grayscale: #C4C4C4. Windows color (decimal): -2376019 or 11386587. OLE color: 11386587.

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

Color convert

RGB219190173-
CMYK00.130.210.14
HSL22.17º38.98%76.86%-
HSV(B)22.17º21%85.88%-
XYZ55.1754.947.22-
YUV196.73114.61143.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 190 (74.61% from 255) = 32.65%
BLUE value IS 173 (67.97% from 255) = 29.73%
R=37.63%
G=32.65%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919017300.130.210.1422.1738.9876.86
HexDBBEAD0D15E16274d
Octal33327625501525162647115
Binary11011011101111101010110101101101011110101101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEAD; }

 p { color: rgb(219,190,173); }

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

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

 a { background-color: rgb(219,190,173); }

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

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

 span { border-color: rgb(219,190,173); }

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