Color Hex Logo

#dbdaea Color Hex

#DBDAEA
(219,218,234)
0 Favorites   0 Comments

Color spaces of #dbdaea

RGB 219218234
HSL0.680.280.89
HSV244°92°
CMYK 0.060.070.00   0.08
XYZ69.136171.143487.9301
Yxy71.14340.30300.3117
Hunter Lab84.3465-1.2959-2.7664
CIE-Lab87.55463.3120-7.7045

#dbdaea color RGB value is (219,218,234).

#dbdaea hex color red value is 219, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dbdaea hue: 0.68 , saturation: 0.28 and the lightness value of dbdaea is 0.89.

The process color (four color CMYK) of #dbdaea color hex is 0.06, 0.07, 0.00, 0.08. Web safe color of #dbdaea is #ccccff. Color #dbdaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 11101010
Octal 333 332 352
Decimal 219 218 234
Hex DB DA EA

RGB Percentages of Color #dbdaea

%32.64
%32.49
%34.87

CMYK Percentages of Color #dbdaea

%6
%7
%0
%8

Triadic Colors of #dbdaea

#dbdaea #eadbda #daeadb

Analogous Colors of #dbdaea

#dbdaea #e3daea #dae1ea

Monochromatic Colors of #dbdaea

#dbdaea

Complementary Color

#dbdaea #e9eada

#dbdaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdaea Color CSS Codes

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

#dbdaea Text Font Color

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

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


#dbdaea Background Color

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

This div background color is #dbdaea


#dbdaea Border Color

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

This div border color is #dbdaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdaea


Comments

No comments written yet.

Please login to write comment.