Color Hex Logo

#dcdeeb Color Hex

#DCDEEB
(220,222,235)
0 Favorites   0 Comments

Color spaces of #dcdeeb

RGB 220222235
HSL0.640.270.89
HSV232°92°
CMYK 0.060.060.00   0.08
XYZ70.631973.456489.0531
Yxy73.45640.30300.3151
Hunter Lab85.7067-2.8828-1.6103
CIE-Lab88.66491.7461-6.5797

#dcdeeb color RGB value is (220,222,235).

#dcdeeb hex color red value is 220, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dcdeeb hue: 0.64 , saturation: 0.27 and the lightness value of dcdeeb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 11101011
Octal 334 336 353
Decimal 220 222 235
Hex DC DE EB

RGB Percentages of Color #dcdeeb

%32.50
%32.79
%34.71

CMYK Percentages of Color #dcdeeb

%6
%6
%0
%8

Triadic Colors of #dcdeeb

#dcdeeb #ebdcde #deebdc

Analogous Colors of #dcdeeb

#dcdeeb #e2dceb #dce6eb

Monochromatic Colors of #dcdeeb

#dcdeeb

Complementary Color

#dcdeeb #ebe9dc

#dcdeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdeeb Color CSS Codes

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

#dcdeeb Text Font Color

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

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


#dcdeeb Background Color

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

This div background color is #dcdeeb


#dcdeeb Border Color

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

This div border color is #dcdeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdeeb


Comments

No comments written yet.

Please login to write comment.