Color Hex Logo

#d1dec0 Color Hex

#D1DEC0
(209,222,192)
0 Favorites   0 Comments

Color spaces of #d1dec0

RGB 209222192
HSL0.240.310.81
HSV86°14°87°
CMYK 0.060.000.14   0.13
XYZ61.930269.603660.0399
Yxy69.60360.32330.3633
Hunter Lab83.4288-13.497615.7318
CIE-Lab86.8021-9.643413.2401

#d1dec0 color RGB value is (209,222,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011110 11000000
Octal 321 336 300
Decimal 209 222 192
Hex D1 DE C0

RGB Percentages of Color #d1dec0

%33.55
%35.63
%30.82

CMYK Percentages of Color #d1dec0

%6
%0
%14
%13

Triadic Colors of #d1dec0

#d1dec0 #c0d1de #dec0d1

Analogous Colors of #d1dec0

#d1dec0 #c2dec0 #dedcc0

Monochromatic Colors of #d1dec0

#d1dec0

Complementary Color

#d1dec0 #cdc0de

#d1dec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dec0 Color CSS Codes

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

#d1dec0 Text Font Color

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

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


#d1dec0 Background Color

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

This div background color is #d1dec0


#d1dec0 Border Color

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

This div border color is #d1dec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dec0


Comments

No comments written yet.

Please login to write comment.