Color Hex Logo

#dbecdd Color Hex

#DBECDD
(219,236,221)
0 Favorites   0 Comments

Color spaces of #dbecdd

RGB 219236221
HSL0.350.310.89
HSV127°93°
CMYK 0.070.000.06   0.07
XYZ72.260080.271480.0920
Yxy80.27140.31060.3451
Hunter Lab89.5943-12.82549.7143
CIE-Lab91.8065-8.34185.3334

#dbecdd color RGB value is (219,236,221).

#dbecdd hex color red value is 219, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dbecdd hue: 0.35 , saturation: 0.31 and the lightness value of dbecdd is 0.89.

The process color (four color CMYK) of #dbecdd color hex is 0.07, 0.00, 0.06, 0.07. Web safe color of #dbecdd is #ccffcc. Color #dbecdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11011101
Octal 333 354 335
Decimal 219 236 221
Hex DB EC DD

RGB Percentages of Color #dbecdd

%32.40
%34.91
%32.69

CMYK Percentages of Color #dbecdd

%7
%0
%6
%7

Triadic Colors of #dbecdd

#dbecdd #dddbec #ecdddb

Analogous Colors of #dbecdd

#dbecdd #dbece6 #e2ecdb

Monochromatic Colors of #dbecdd

#dbecdd

Complementary Color

#dbecdd #ecdbea

#dbecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecdd Color CSS Codes

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

#dbecdd Text Font Color

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

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


#dbecdd Background Color

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

This div background color is #dbecdd


#dbecdd Border Color

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

This div border color is #dbecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecdd

#dbecdd Color Palettes


Comments

No comments written yet.

Please login to write comment.