Color Hex Logo

#dbcdfb Color Hex

#DBCDFB
(219,205,251)
0 Favorites   0 Comments

Color spaces of #dbcdfb

RGB 219205251
HSL0.720.850.89
HSV258°18°98°
CMYK 0.130.180.00   0.02
XYZ68.457365.6877100.3377
Yxy65.68770.29200.2801
Hunter Lab81.04798.9364-16.6677
CIE-Lab84.836913.5500-20.7681

#dbcdfb color RGB value is (219,205,251).

#dbcdfb hex color red value is 219, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dbcdfb hue: 0.72 , saturation: 0.85 and the lightness value of dbcdfb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001101 11111011
Octal 333 315 373
Decimal 219 205 251
Hex DB CD FB

RGB Percentages of Color #dbcdfb

%32.44
%30.37
%37.19

CMYK Percentages of Color #dbcdfb

%13
%18
%0
%2

Triadic Colors of #dbcdfb

#dbcdfb #fbdbcd #cdfbdb

Analogous Colors of #dbcdfb

#dbcdfb #f2cdfb #cdd6fb

Monochromatic Colors of #dbcdfb

#dbcdfb

Complementary Color

#dbcdfb #edfbcd

#dbcdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcdfb Color CSS Codes

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

#dbcdfb Text Font Color

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

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


#dbcdfb Background Color

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

This div background color is #dbcdfb


#dbcdfb Border Color

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

This div border color is #dbcdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcdfb


Comments

No comments written yet.

Please login to write comment.