Color Hex Logo

#dbdfef Color Hex

#DBDFEF
(219,223,239)
0 Favorites   0 Comments

Color spaces of #dbdfef

RGB 219223239
HSL0.630.380.90
HSV228°94°
CMYK 0.080.070.00   0.06
XYZ71.181174.067492.2062
Yxy74.06740.29980.3119
Hunter Lab86.0624-2.9742-3.2789
CIE-Lab88.95431.6695-8.2627

#dbdfef color RGB value is (219,223,239).

#dbdfef hex color red value is 219, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dbdfef hue: 0.63 , saturation: 0.38 and the lightness value of dbdfef is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 11101111
Octal 333 337 357
Decimal 219 223 239
Hex DB DF EF

RGB Percentages of Color #dbdfef

%32.16
%32.75
%35.10

CMYK Percentages of Color #dbdfef

%8
%7
%0
%6

Triadic Colors of #dbdfef

#dbdfef #efdbdf #dfefdb

Analogous Colors of #dbdfef

#dbdfef #e1dbef #dbe9ef

Monochromatic Colors of #dbdfef

#dbdfef

Complementary Color

#dbdfef #efebdb

#dbdfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdfef Color CSS Codes

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

#dbdfef Text Font Color

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

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


#dbdfef Background Color

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

This div background color is #dbdfef


#dbdfef Border Color

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

This div border color is #dbdfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdfef

#dbdfef Color Palettes


Comments

No comments written yet.

Please login to write comment.