Color Hex Logo

#dbcdeb Color Hex

#DBCDEB
(219,205,235)
0 Favorites   0 Comments

Color spaces of #dbcdeb

RGB 219205235
HSL0.740.430.86
HSV268°13°92°
CMYK 0.070.130.00   0.08
XYZ66.040164.720987.6089
Yxy64.72090.30240.2964
Hunter Lab80.44935.7428-8.2520
CIE-Lab84.339710.3544-13.0204

#dbcdeb color RGB value is (219,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001101 11101011
Octal 333 315 353
Decimal 219 205 235
Hex DB CD EB

RGB Percentages of Color #dbcdeb

%33.23
%31.11
%35.66

CMYK Percentages of Color #dbcdeb

%7
%13
%0
%8

Triadic Colors of #dbcdeb

#dbcdeb #ebdbcd #cdebdb

Analogous Colors of #dbcdeb

#dbcdeb #eacdeb #cdceeb

Monochromatic Colors of #dbcdeb

#dbcdeb

Complementary Color

#dbcdeb #ddebcd

#dbcdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcdeb Color CSS Codes

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

#dbcdeb Text Font Color

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

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


#dbcdeb Background Color

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

This div background color is #dbcdeb


#dbcdeb Border Color

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

This div border color is #dbcdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcdeb


Comments

No comments written yet.

Please login to write comment.