#DBBEAE

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

Shades of Just Right #DBBEAE

Tints of Just Right #DBBEAE

Color information

#DBBEAE (or 0xDBBEAE) is unknown color: approx Just Right. HEX triplet: DB, BE and AE. RGB value is (219,190,174). Sum of RGB (Red+Green+Blue) = 219+190+174=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEAE is #244151. Grayscale: #C4C4C4. Windows color (decimal): -2376018 or 11452123. OLE color: 11452123.

HSL color Cylindrical-coordinate representation of color #DBBEAE: hue angle of 21.33º degrees, saturation: 0.38, 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 #DBBEAE is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219190174-
CMYK00.130.210.14
HSL21.33º38.46%77.06%-
HSV(B)21.33º20.55%85.88%-
XYZ55.2754.9447.74-
YUV196.85115.11143.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=37.56%
G=32.59%
B=29.85%

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
Decimal21919017400.130.210.1421.3338.4677.06
HexDBBEAE0D15E15264d
Octal33327625601525162546115
Binary11011011101111101010111001101101011110101011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEAE; }

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

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

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

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

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

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

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

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