Color Hex Logo

#ddceb3 Color Hex

#DDCEB3
(221,206,179)
0 Favorites   0 Comments

Color spaces of #ddceb3

RGB 221206179
HSL0.110.380.78
HSV39°19°87°
CMYK 0.000.070.19   0.13
XYZ60.026862.769451.5998
Yxy62.76940.34420.3599
Hunter Lab79.2271-3.406216.8440
CIE-Lab83.32090.874515.3143

#ddceb3 color RGB value is (221,206,179).

#ddceb3 hex color red value is 221, green value is 206 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #ddceb3 hue: 0.11 , saturation: 0.38 and the lightness value of ddceb3 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 10110011
Octal 335 316 263
Decimal 221 206 179
Hex DD CE B3

RGB Percentages of Color #ddceb3

%36.47
%33.99
%29.54

CMYK Percentages of Color #ddceb3

%0
%7
%19
%13

Triadic Colors of #ddceb3

#ddceb3 #b3ddce #ceb3dd

Analogous Colors of #ddceb3

#ddceb3 #d7ddb3 #ddb9b3

Monochromatic Colors of #ddceb3

#ddceb3

Complementary Color

#ddceb3 #b3c2dd

#ddceb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddceb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddceb3 Color CSS Codes

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

#ddceb3 Text Font Color

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

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


#ddceb3 Background Color

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

This div background color is #ddceb3


#ddceb3 Border Color

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

This div border color is #ddceb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddceb3


Comments

No comments written yet.

Please login to write comment.