Color Hex Logo

#dbbdde Color Hex

#DBBDDE
(219,189,222)
0 Favorites   0 Comments

Color spaces of #dbbdde

RGB 219189222
HSL0.820.330.81
HSV295°15°87°
CMYK 0.010.150.00   0.13
XYZ60.595856.729276.8633
Yxy56.72920.31200.2921
Hunter Lab75.318811.7997-7.7827
CIE-Lab80.027016.4234-12.5166

#dbbdde color RGB value is (219,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 11011110
Octal 333 275 336
Decimal 219 189 222
Hex DB BD DE

RGB Percentages of Color #dbbdde

%34.76
%30.00
%35.24

CMYK Percentages of Color #dbbdde

%1
%15
%0
%13

Triadic Colors of #dbbdde

#dbbdde #dedbbd #bddedb

Analogous Colors of #dbbdde

#dbbdde #debdd1 #cbbdde

Monochromatic Colors of #dbbdde

#dbbdde

Complementary Color

#dbbdde #c0debd

#dbbdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdde Color CSS Codes

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

#dbbdde Text Font Color

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

This sample text font color is #dbbdde
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.


#dbbdde Background Color

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

This div background color is #dbbdde


#dbbdde Border Color

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

This div border color is #dbbdde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,189,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 #dbbdde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbdde


Comments

No comments written yet.

Please login to write comment.