Color Hex Logo

#dddcce Color Hex

#DDDCCE
(221,220,206)
0 Favorites   0 Comments

Color spaces of #dddcce

RGB 221220206
HSL0.160.180.84
HSV56°87°
CMYK 0.000.000.07   0.13
XYZ66.552671.014868.5920
Yxy71.01480.32280.3445
Hunter Lab84.2703-6.502310.7300
CIE-Lab87.4922-2.09126.9860

#dddcce color RGB value is (221,220,206).

#dddcce hex color red value is 221, green value is 220 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dddcce hue: 0.16 , saturation: 0.18 and the lightness value of dddcce is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 11001110
Octal 335 334 316
Decimal 221 220 206
Hex DD DC CE

RGB Percentages of Color #dddcce

%34.16
%34.00
%31.84

CMYK Percentages of Color #dddcce

%0
%0
%7
%13

Triadic Colors of #dddcce

#dddcce #cedddc #dccedd

Analogous Colors of #dddcce

#dddcce #d7ddce #ddd5ce

Monochromatic Colors of #dddcce

#dddcce

Complementary Color

#dddcce #cecfdd

#dddcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcce Color CSS Codes

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

#dddcce Text Font Color

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

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


#dddcce Background Color

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

This div background color is #dddcce


#dddcce Border Color

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

This div border color is #dddcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcce

#dddcce Color Palettes


Comments

No comments written yet.

Please login to write comment.