Color Hex Logo

#dbdec1 Color Hex

#DBDEC1
(219,222,193)
0 Favorites   0 Comments

Color spaces of #dbdec1

RGB 219222193
HSL0.180.310.81
HSV66°13°87°
CMYK 0.010.000.13   0.13
XYZ64.960371.152960.7622
Yxy71.15290.33000.3614
Hunter Lab84.3522-10.152016.3376
CIE-Lab87.5592-5.949813.8905

#dbdec1 color RGB value is (219,222,193).

#dbdec1 hex color red value is 219, green value is 222 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #dbdec1 hue: 0.18 , saturation: 0.31 and the lightness value of dbdec1 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 11000001
Octal 333 336 301
Decimal 219 222 193
Hex DB DE C1

RGB Percentages of Color #dbdec1

%34.54
%35.02
%30.44

CMYK Percentages of Color #dbdec1

%1
%0
%13
%13

Triadic Colors of #dbdec1

#dbdec1 #c1dbde #dec1db

Analogous Colors of #dbdec1

#dbdec1 #cddec1 #ded3c1

Monochromatic Colors of #dbdec1

#dbdec1

Complementary Color

#dbdec1 #c4c1de

#dbdec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdec1 Color CSS Codes

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

#dbdec1 Text Font Color

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

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


#dbdec1 Background Color

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

This div background color is #dbdec1


#dbdec1 Border Color

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

This div border color is #dbdec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdec1


Comments

No comments written yet.

Please login to write comment.