#DBBEA8

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

Shades of Just Right #DBBEA8

Tints of Just Right #DBBEA8

Color information

#DBBEA8 (or 0xDBBEA8) is unknown color: approx Just Right. HEX triplet: DB, BE and A8. RGB value is (219,190,168). Sum of RGB (Red+Green+Blue) = 219+190+168=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEA8 is #244157. Grayscale: #C4C4C4. Windows color (decimal): -2376024 or 11058907. OLE color: 11058907.

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

Color convert

RGB219190168-
CMYK00.130.230.14
HSL25.88º41.46%75.88%-
HSV(B)25.88º23.29%85.88%-
XYZ54.6954.7144.72-
YUV196.16112.11144.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 168 (66.02% from 255) = 29.12%
R=37.95%
G=32.93%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919016800.130.230.1425.8841.4675.88
HexDBBEA80D17E1a294c
Octal33327625001527163251114
Binary11011011101111101010100001101101111110110101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEA8; }

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

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

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

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

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

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

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

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