Color Hex Logo

#dbddfe Color Hex

#DBDDFE
(219,221,254)
0 Favorites   0 Comments

Color spaces of #dbddfe

RGB 219221254
HSL0.660.950.93
HSV237°14°100°
CMYK 0.140.130.00   0.00
XYZ72.959373.9287104.1902
Yxy73.92870.29060.2944
Hunter Lab85.98180.9969-11.6586
CIE-Lab88.88885.7020-16.2417

#dbddfe color RGB value is (219,221,254).

#dbddfe hex color red value is 219, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dbddfe hue: 0.66 , saturation: 0.95 and the lightness value of dbddfe is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 11111110
Octal 333 335 376
Decimal 219 221 254
Hex DB DD FE

RGB Percentages of Color #dbddfe

%31.56
%31.84
%36.60

CMYK Percentages of Color #dbddfe

%14
%13
%0
%0

Triadic Colors of #dbddfe

#dbddfe #fedbdd #ddfedb

Analogous Colors of #dbddfe

#dbddfe #ebdbfe #dbeffe

Monochromatic Colors of #dbddfe

#dbddfe

Complementary Color

#dbddfe #fefcdb

#dbddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddfe Color CSS Codes

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

#dbddfe Text Font Color

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

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


#dbddfe Background Color

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

This div background color is #dbddfe


#dbddfe Border Color

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

This div border color is #dbddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.