Color Hex Logo

#dbddff Color Hex

#DBDDFF
(219,221,255)
0 Favorites   0 Comments

Color spaces of #dbddff

RGB 219221255
HSL0.661.000.93
HSV237°14°100°
CMYK 0.140.130.00   0.00
XYZ73.119973.9930105.0360
Yxy73.99300.29000.2934
Hunter Lab86.01921.1989-12.1842
CIE-Lab88.91925.9066-16.7211

#dbddff color RGB value is (219,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 11111111
Octal 333 335 377
Decimal 219 221 255
Hex DB DD FF

RGB Percentages of Color #dbddff

%31.51
%31.80
%36.69

CMYK Percentages of Color #dbddff

%14
%13
%0
%0

Triadic Colors of #dbddff

#dbddff #ffdbdd #ddffdb

Analogous Colors of #dbddff

#dbddff #ebdbff #dbefff

Monochromatic Colors of #dbddff

#dbddff

Complementary Color

#dbddff #fffddb

#dbddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddff Color CSS Codes

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

#dbddff Text Font Color

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

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


#dbddff Background Color

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

This div background color is #dbddff


#dbddff Border Color

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

This div border color is #dbddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddff

#dbddff Color Palettes


Comments

No comments written yet.

Please login to write comment.