Color Hex Logo

#ddceb6 Color Hex

#DDCEB6
(221,206,182)
0 Favorites   0 Comments

Color spaces of #ddceb6

RGB 221206182
HSL0.100.360.79
HSV37°18°87°
CMYK 0.000.070.18   0.13
XYZ60.333662.892253.2154
Yxy62.89220.34190.3564
Hunter Lab79.3046-2.983315.7281
CIE-Lab83.38561.325113.8152

#ddceb6 color RGB value is (221,206,182).

#ddceb6 hex color red value is 221, green value is 206 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #ddceb6 hue: 0.10 , saturation: 0.36 and the lightness value of ddceb6 is 0.79.

The process color (four color CMYK) of #ddceb6 color hex is 0.00, 0.07, 0.18, 0.13. Web safe color of #ddceb6 is #cccccc. Color #ddceb6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 10110110
Octal 335 316 266
Decimal 221 206 182
Hex DD CE B6

RGB Percentages of Color #ddceb6

%36.29
%33.83
%29.89

CMYK Percentages of Color #ddceb6

%0
%7
%18
%13

Triadic Colors of #ddceb6

#ddceb6 #b6ddce #ceb6dd

Analogous Colors of #ddceb6

#ddceb6 #d9ddb6 #ddbbb6

Monochromatic Colors of #ddceb6

#ddceb6

Complementary Color

#ddceb6 #b6c5dd

#ddceb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddceb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddceb6 Color CSS Codes

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

#ddceb6 Text Font Color

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

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


#ddceb6 Background Color

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

This div background color is #ddceb6


#ddceb6 Border Color

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

This div border color is #ddceb6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,206,182, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddceb6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddceb6;
  -webkit-box-shadow: 1px 1px 3px 2px #ddceb6;
  box-shadow:         1px 1px 3px 2px #ddceb6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,206,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddceb6


Comments

No comments written yet.

Please login to write comment.