Color Hex Logo

#dbdfed Color Hex

#DBDFED
(219,223,237)
0 Favorites   0 Comments

Color spaces of #dbdfed

RGB 219223237
HSL0.630.330.89
HSV227°93°
CMYK 0.080.060.00   0.07
XYZ70.887273.949890.6584
Yxy73.94980.30100.3140
Hunter Lab85.9941-3.3473-2.3100
CIE-Lab88.89881.2832-7.2937

#dbdfed color RGB value is (219,223,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 11101101
Octal 333 337 355
Decimal 219 223 237
Hex DB DF ED

RGB Percentages of Color #dbdfed

%32.25
%32.84
%34.90

CMYK Percentages of Color #dbdfed

%8
%6
%0
%7

Triadic Colors of #dbdfed

#dbdfed #eddbdf #dfeddb

Analogous Colors of #dbdfed

#dbdfed #e0dbed #dbe8ed

Monochromatic Colors of #dbdfed

#dbdfed

Complementary Color

#dbdfed #ede9db

#dbdfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdfed Color CSS Codes

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

#dbdfed Text Font Color

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

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


#dbdfed Background Color

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

This div background color is #dbdfed


#dbdfed Border Color

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

This div border color is #dbdfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdfed


Comments

No comments written yet.

Please login to write comment.