Color Hex Logo

#dbddfd Color Hex

#DBDDFD
(219,221,253)
0 Favorites   0 Comments

Color spaces of #dbddfd

RGB 219221253
HSL0.660.890.93
HSV236°13°99°
CMYK 0.130.130.00   0.01
XYZ72.799573.8648103.3489
Yxy73.86480.29120.2954
Hunter Lab85.94460.7955-11.1353
CIE-Lab88.85855.4978-15.7619

#dbddfd color RGB value is (219,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 11111101
Octal 333 335 375
Decimal 219 221 253
Hex DB DD FD

RGB Percentages of Color #dbddfd

%31.60
%31.89
%36.51

CMYK Percentages of Color #dbddfd

%13
%13
%0
%1

Triadic Colors of #dbddfd

#dbddfd #fddbdd #ddfddb

Analogous Colors of #dbddfd

#dbddfd #eadbfd #dbeefd

Monochromatic Colors of #dbddfd

#dbddfd

Complementary Color

#dbddfd #fdfbdb

#dbddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddfd Color CSS Codes

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

#dbddfd Text Font Color

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

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


#dbddfd Background Color

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

This div background color is #dbddfd


#dbddfd Border Color

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

This div border color is #dbddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddfd


Comments

No comments written yet.

Please login to write comment.