Color Hex Logo

#dbdae8 Color Hex

#DBDAE8
(219,218,232)
0 Favorites   0 Comments

Color spaces of #dbdae8

RGB 219218232
HSL0.680.230.88
HSV244°91°
CMYK 0.060.060.00   0.09
XYZ68.850371.029186.4251
Yxy71.02910.30420.3139
Hunter Lab84.2788-1.6649-1.8048
CIE-Lab87.49912.9307-6.7314

#dbdae8 color RGB value is (219,218,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 11101000
Octal 333 332 350
Decimal 219 218 232
Hex DB DA E8

RGB Percentages of Color #dbdae8

%32.74
%32.59
%34.68

CMYK Percentages of Color #dbdae8

%6
%6
%0
%9

Triadic Colors of #dbdae8

#dbdae8 #e8dbda #dae8db

Analogous Colors of #dbdae8

#dbdae8 #e2dae8 #dae0e8

Monochromatic Colors of #dbdae8

#dbdae8

Complementary Color

#dbdae8 #e7e8da

#dbdae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdae8 Color CSS Codes

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

#dbdae8 Text Font Color

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

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


#dbdae8 Background Color

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

This div background color is #dbdae8


#dbdae8 Border Color

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

This div border color is #dbdae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdae8


Comments

No comments written yet.

Please login to write comment.