Color Hex Logo

#dbdefb Color Hex

#DBDEFB
(219,222,251)
0 Favorites   0 Comments

Color spaces of #dbdefb

RGB 219222251
HSL0.650.800.92
HSV234°13°98°
CMYK 0.130.120.00   0.02
XYZ72.747374.2677101.7677
Yxy74.26770.29240.2985
Hunter Lab86.1787-0.1329-9.6900
CIE-Lab89.04894.5681-14.4262

#dbdefb color RGB value is (219,222,251).

#dbdefb hex color red value is 219, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dbdefb hue: 0.65 , saturation: 0.80 and the lightness value of dbdefb is 0.92.

The process color (four color CMYK) of #dbdefb color hex is 0.13, 0.12, 0.00, 0.02. Web safe color of #dbdefb is #ccccff. Color #dbdefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 11111011
Octal 333 336 373
Decimal 219 222 251
Hex DB DE FB

RGB Percentages of Color #dbdefb

%31.65
%32.08
%36.27

CMYK Percentages of Color #dbdefb

%13
%12
%0
%2

Triadic Colors of #dbdefb

#dbdefb #fbdbde #defbdb

Analogous Colors of #dbdefb

#dbdefb #e8dbfb #dbeefb

Monochromatic Colors of #dbdefb

#dbdefb

Complementary Color

#dbdefb #fbf8db

#dbdefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdefb Color CSS Codes

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

#dbdefb Text Font Color

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

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


#dbdefb Background Color

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

This div background color is #dbdefb


#dbdefb Border Color

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

This div border color is #dbdefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdefb


Comments

No comments written yet.

Please login to write comment.