Color Hex Logo

#dbebdc Color Hex

#DBEBDC
(219,235,220)
0 Favorites   0 Comments

Color spaces of #dbebdc

RGB 219235220
HSL0.340.290.89
HSV124°92°
CMYK 0.070.000.06   0.08
XYZ71.840079.644079.2966
Yxy79.64400.31130.3451
Hunter Lab89.2435-12.48569.7888
CIE-Lab91.5249-8.01385.4476

#dbebdc color RGB value is (219,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 11011100
Octal 333 353 334
Decimal 219 235 220
Hex DB EB DC

RGB Percentages of Color #dbebdc

%32.49
%34.87
%32.64

CMYK Percentages of Color #dbebdc

%7
%0
%6
%8

Triadic Colors of #dbebdc

#dbebdc #dcdbeb #ebdcdb

Analogous Colors of #dbebdc

#dbebdc #dbebe4 #e2ebdb

Monochromatic Colors of #dbebdc

#dbebdc

Complementary Color

#dbebdc #ebdbea

#dbebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebdc Color CSS Codes

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

#dbebdc Text Font Color

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

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


#dbebdc Background Color

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

This div background color is #dbebdc


#dbebdc Border Color

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

This div border color is #dbebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebdc


Comments

No comments written yet.

Please login to write comment.