#DBBEB0

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

Shades of Just Right #DBBEB0

Tints of Just Right #DBBEB0

Color information

#DBBEB0 (or 0xDBBEB0) is unknown color: approx Just Right. HEX triplet: DB, BE and B0. RGB value is (219,190,176). Sum of RGB (Red+Green+Blue) = 219+190+176=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEB0 is #24414F. Grayscale: #C5C5C5. Windows color (decimal): -2376016 or 11583195. OLE color: 11583195.

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

Color convert

RGB219190176-
CMYK00.130.200.14
HSL19.53º37.39%77.45%-
HSV(B)19.53º19.63%85.88%-
XYZ55.4655.0248.77-
YUV197.07116.11143.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=37.44%
G=32.48%
B=30.09%

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
Decimal21919017600.130.200.1419.5337.3977.45
HexDBBEB00D14E14254d
Octal33327626001524162445115
Binary11011011101111101011000001101101001110101001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEB0; }

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

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

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

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

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

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

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

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