Color Hex Logo

#dbddfb Color Hex

#DBDDFB
(219,221,251)
0 Favorites   0 Comments

Color spaces of #dbddfb

RGB 219221251
HSL0.660.800.92
HSV236°13°98°
CMYK 0.130.120.00   0.02
XYZ72.482573.7380101.6794
Yxy73.73800.29240.2975
Hunter Lab85.87080.3957-10.0955
CIE-Lab88.79855.0916-14.8013

#dbddfb color RGB value is (219,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 11111011
Octal 333 335 373
Decimal 219 221 251
Hex DB DD FB

RGB Percentages of Color #dbddfb

%31.69
%31.98
%36.32

CMYK Percentages of Color #dbddfb

%13
%12
%0
%2

Triadic Colors of #dbddfb

#dbddfb #fbdbdd #ddfbdb

Analogous Colors of #dbddfb

#dbddfb #e9dbfb #dbedfb

Monochromatic Colors of #dbddfb

#dbddfb

Complementary Color

#dbddfb #fbf9db

#dbddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddfb Color CSS Codes

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

#dbddfb Text Font Color

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

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


#dbddfb Background Color

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

This div background color is #dbddfb


#dbddfb Border Color

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

This div border color is #dbddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddfb

Related Colors


Comments

No comments written yet.

Please login to write comment.