#DBBEAB

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

Shades of Just Right #DBBEAB

Tints of Just Right #DBBEAB

Color information

#DBBEAB (or 0xDBBEAB) is unknown color: approx Just Right. HEX triplet: DB, BE and AB. RGB value is (219,190,171). Sum of RGB (Red+Green+Blue) = 219+190+171=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEAB is #244154. Grayscale: #C4C4C4. Windows color (decimal): -2376021 or 11255515. OLE color: 11255515.

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

Color convert

RGB219190171-
CMYK00.130.220.14
HSL23.75º40%76.47%-
HSV(B)23.75º21.92%85.88%-
XYZ54.9854.8346.21-
YUV196.5113.61144.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 171 (67.19% from 255) = 29.48%
R=37.76%
G=32.76%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919017100.130.220.1423.754076.47
HexDBBEAB0D16E18284c
Octal33327625301526163050114
Binary11011011101111101010101101101101101110110001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEAB; }

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

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

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

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

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

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

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

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