Color Hex Logo

#ddccce Color Hex

#DDCCCE
(221,204,206)
0 Favorites   0 Comments

Color spaces of #ddccce

RGB 221204206
HSL0.980.200.83
HSV353°87°
CMYK 0.000.080.07   0.13
XYZ62.552263.014167.2586
Yxy63.01410.32440.3268
Hunter Lab79.38141.73975.3315
CIE-Lab83.44986.25241.1346

#ddccce color RGB value is (221,204,206).

#ddccce hex color red value is 221, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ddccce hue: 0.98 , saturation: 0.20 and the lightness value of ddccce is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11001110
Octal 335 314 316
Decimal 221 204 206
Hex DD CC CE

RGB Percentages of Color #ddccce

%35.02
%32.33
%32.65

CMYK Percentages of Color #ddccce

%0
%8
%7
%13

Triadic Colors of #ddccce

#ddccce #ceddcc #cccedd

Analogous Colors of #ddccce

#ddccce #ddd3cc #ddccd7

Monochromatic Colors of #ddccce

#ddccce

Complementary Color

#ddccce #ccdddb

#ddccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccce Color CSS Codes

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

#ddccce Text Font Color

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

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


#ddccce Background Color

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

This div background color is #ddccce


#ddccce Border Color

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

This div border color is #ddccce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,204,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 #ddccce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddccce


Comments

No comments written yet.

Please login to write comment.