Color Hex Logo

#dbdcc8 Color Hex

#DBDCC8
(219,220,200)
0 Favorites   0 Comments

Color spaces of #dbdcc8

RGB 219220200
HSL0.180.220.82
HSV63°86°
CMYK 0.000.000.09   0.14
XYZ65.231970.416664.7973
Yxy70.41660.32540.3513
Hunter Lab83.9146-8.091712.9576
CIE-Lab87.2008-3.79189.7054

#dbdcc8 color RGB value is (219,220,200).

#dbdcc8 hex color red value is 219, green value is 220 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #dbdcc8 hue: 0.18 , saturation: 0.22 and the lightness value of dbdcc8 is 0.82.

The process color (four color CMYK) of #dbdcc8 color hex is 0.00, 0.00, 0.09, 0.14. Web safe color of #dbdcc8 is #cccccc. Color #dbdcc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011100 11001000
Octal 333 334 310
Decimal 219 220 200
Hex DB DC C8

RGB Percentages of Color #dbdcc8

%34.27
%34.43
%31.30

CMYK Percentages of Color #dbdcc8

%0
%0
%9
%14

Triadic Colors of #dbdcc8

#dbdcc8 #c8dbdc #dcc8db

Analogous Colors of #dbdcc8

#dbdcc8 #d1dcc8 #dcd3c8

Monochromatic Colors of #dbdcc8

#dbdcc8

Complementary Color

#dbdcc8 #c9c8dc

#dbdcc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdcc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdcc8 Color CSS Codes

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

#dbdcc8 Text Font Color

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

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


#dbdcc8 Background Color

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

This div background color is #dbdcc8


#dbdcc8 Border Color

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

This div border color is #dbdcc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdcc8


Comments

No comments written yet.

Please login to write comment.