Color Hex Logo

#dbdec8 Color Hex

#DBDEC8
(219,222,200)
0 Favorites   0 Comments

Color spaces of #dbdec8

RGB 219222200
HSL0.190.250.83
HSV68°10°87°
CMYK 0.010.000.10   0.13
XYZ65.760071.472864.9733
Yxy71.47280.32520.3535
Hunter Lab84.5416-9.103013.6126
CIE-Lab87.7142-4.817810.4385

#dbdec8 color RGB value is (219,222,200).

#dbdec8 hex color red value is 219, green value is 222 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #dbdec8 hue: 0.19 , saturation: 0.25 and the lightness value of dbdec8 is 0.83.

The process color (four color CMYK) of #dbdec8 color hex is 0.01, 0.00, 0.10, 0.13. Web safe color of #dbdec8 is #cccccc. Color #dbdec8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 11001000
Octal 333 336 310
Decimal 219 222 200
Hex DB DE C8

RGB Percentages of Color #dbdec8

%34.17
%34.63
%31.20

CMYK Percentages of Color #dbdec8

%1
%0
%10
%13

Triadic Colors of #dbdec8

#dbdec8 #c8dbde #dec8db

Analogous Colors of #dbdec8

#dbdec8 #d0dec8 #ded6c8

Monochromatic Colors of #dbdec8

#dbdec8

Complementary Color

#dbdec8 #cbc8de

#dbdec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdec8 Color CSS Codes

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

#dbdec8 Text Font Color

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

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


#dbdec8 Background Color

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

This div background color is #dbdec8


#dbdec8 Border Color

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

This div border color is #dbdec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdec8


Comments

No comments written yet.

Please login to write comment.