Color Hex Logo

#dcdbe3 Color Hex

#DCDBE3
(220,219,227)
0 Favorites   0 Comments

Color spaces of #dcdbe3

RGB 220219227
HSL0.690.130.87
HSV248°89°
CMYK 0.030.040.00   0.11
XYZ68.711871.424782.8379
Yxy71.42470.30820.3203
Hunter Lab84.5131-2.77201.0445
CIE-Lab87.69091.8027-3.8024

#dcdbe3 color RGB value is (220,219,227).

#dcdbe3 hex color red value is 220, green value is 219 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #dcdbe3 hue: 0.69 , saturation: 0.13 and the lightness value of dcdbe3 is 0.87.

The process color (four color CMYK) of #dcdbe3 color hex is 0.03, 0.04, 0.00, 0.11. Web safe color of #dcdbe3 is #cccccc. Color #dcdbe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011011 11100011
Octal 334 333 343
Decimal 220 219 227
Hex DC DB E3

RGB Percentages of Color #dcdbe3

%33.03
%32.88
%34.08

CMYK Percentages of Color #dcdbe3

%3
%4
%0
%11

Triadic Colors of #dcdbe3

#dcdbe3 #e3dcdb #dbe3dc

Analogous Colors of #dcdbe3

#dcdbe3 #e0dbe3 #dbdee3

Monochromatic Colors of #dcdbe3

#dcdbe3

Complementary Color

#dcdbe3 #e2e3db

#dcdbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdbe3 Color CSS Codes

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

#dcdbe3 Text Font Color

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

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


#dcdbe3 Background Color

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

This div background color is #dcdbe3


#dcdbe3 Border Color

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

This div border color is #dcdbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdbe3

#dcdbe3 Color Palettes


Comments

No comments written yet.

Please login to write comment.