Color Hex Logo

#dbbede Color Hex

#DBBEDE
(219,190,222)
0 Favorites   0 Comments

Color spaces of #dbbede

RGB 219190222
HSL0.820.330.81
HSV294°14°87°
CMYK 0.010.140.00   0.13
XYZ60.811757.160976.9353
Yxy57.16090.31200.2933
Hunter Lab75.604811.2656-7.4100
CIE-Lab80.270015.8866-12.1533

#dbbede color RGB value is (219,190,222).

#dbbede hex color red value is 219, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dbbede hue: 0.82 , saturation: 0.33 and the lightness value of dbbede is 0.81.

The process color (four color CMYK) of #dbbede color hex is 0.01, 0.14, 0.00, 0.13. Web safe color of #dbbede is #cccccc. Color #dbbede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11011110
Octal 333 276 336
Decimal 219 190 222
Hex DB BE DE

RGB Percentages of Color #dbbede

%34.71
%30.11
%35.18

CMYK Percentages of Color #dbbede

%1
%14
%0
%13

Triadic Colors of #dbbede

#dbbede #dedbbe #bededb

Analogous Colors of #dbbede

#dbbede #debed1 #cbbede

Monochromatic Colors of #dbbede

#dbbede

Complementary Color

#dbbede #c1debe

#dbbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbede Color CSS Codes

.mybgcolor {background-color:#dbbede; } 
.myforecolor {color:#dbbede; }
.mybordercolor {border:3px solid #dbbede; }

#dbbede Text Font Color

<p style="color:#dbbede">Text here</p>

This sample text font color is #dbbede
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbbede Background Color

<div style="background-color:#dbbede">
Div content here</div>

This div background color is #dbbede


#dbbede Border Color

<div style="border:3px solid #dbbede">
Div here</div>

This div border color is #dbbede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,190,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbbede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbbede;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbede;
  box-shadow:         1px 1px 3px 2px #dbbede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,190,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbbede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbede;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbede;
  box-shadow:         1px 1px 3px 2px #dbbede;">
Div content here</div>

This div box has shadow with color #dbbede


Comments

No comments written yet.

Please login to write comment.