Color Hex Logo

#dbdcff Color Hex

#DBDCFF
(219,220,255)
17 Favorites   0 Comments

Color spaces of #dbdcff

RGB 219220255
HSL0.661.000.93
HSV238°14°100°
CMYK 0.140.140.00   0.00
XYZ72.856673.4665104.9482
Yxy73.46650.29000.2924
Hunter Lab85.71261.7298-12.5970
CIE-Lab88.66976.4312-17.0961

#dbdcff color RGB value is (219,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011100 11111111
Octal 333 334 377
Decimal 219 220 255
Hex DB DC FF

RGB Percentages of Color #dbdcff

%31.56
%31.70
%36.74

CMYK Percentages of Color #dbdcff

%14
%14
%0
%0

Triadic Colors of #dbdcff

#dbdcff #ffdbdc #dcffdb

Analogous Colors of #dbdcff

#dbdcff #ecdbff #dbeeff

Monochromatic Colors of #dbdcff

#dbdcff

Complementary Color

#dbdcff #fffedb

#dbdcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdcff Color CSS Codes

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

#dbdcff Text Font Color

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

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


#dbdcff Background Color

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

This div background color is #dbdcff


#dbdcff Border Color

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

This div border color is #dbdcff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,220,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 #dbdcff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdcff

Related Colors


Comments

No comments written yet.

Please login to write comment.