Color Hex Logo

#dbcdee Color Hex

#DBCDEE
(219,205,238)
0 Favorites   0 Comments

Color spaces of #dbcdee

RGB 219205238
HSL0.740.490.87
HSV265°14°93°
CMYK 0.080.140.00   0.07
XYZ66.477464.895889.9113
Yxy64.89580.30040.2933
Hunter Lab80.55796.3240-9.7835
CIE-Lab84.430010.9405-14.4802

#dbcdee color RGB value is (219,205,238).

#dbcdee hex color red value is 219, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dbcdee hue: 0.74 , saturation: 0.49 and the lightness value of dbcdee is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001101 11101110
Octal 333 315 356
Decimal 219 205 238
Hex DB CD EE

RGB Percentages of Color #dbcdee

%33.08
%30.97
%35.95

CMYK Percentages of Color #dbcdee

%8
%14
%0
%7

Triadic Colors of #dbcdee

#dbcdee #eedbcd #cdeedb

Analogous Colors of #dbcdee

#dbcdee #eccdee #cdd0ee

Monochromatic Colors of #dbcdee

#dbcdee

Complementary Color

#dbcdee #e0eecd

#dbcdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcdee Color CSS Codes

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

#dbcdee Text Font Color

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

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


#dbcdee Background Color

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

This div background color is #dbcdee


#dbcdee Border Color

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

This div border color is #dbcdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcdee


Comments

No comments written yet.

Please login to write comment.