Color Hex Logo

#dddfcc Color Hex

#DDDFCC
(221,223,204)
0 Favorites   0 Comments

Color spaces of #dddfcc

RGB 221223204
HSL0.180.230.84
HSV66°87°
CMYK 0.010.000.09   0.13
XYZ67.105672.507167.5852
Yxy72.50710.32390.3499
Hunter Lab85.1511-8.342712.5468
CIE-Lab88.2121-3.96799.0702

#dddfcc color RGB value is (221,223,204).

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

The process color (four color CMYK) of #dddfcc color hex is 0.01, 0.00, 0.09, 0.13. Web safe color of #dddfcc is #cccccc. Color #dddfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 11001100
Octal 335 337 314
Decimal 221 223 204
Hex DD DF CC

RGB Percentages of Color #dddfcc

%34.10
%34.41
%31.48

CMYK Percentages of Color #dddfcc

%1
%0
%9
%13

Triadic Colors of #dddfcc

#dddfcc #ccdddf #dfccdd

Analogous Colors of #dddfcc

#dddfcc #d4dfcc #dfd8cc

Monochromatic Colors of #dddfcc

#dddfcc

Complementary Color

#dddfcc #ceccdf

#dddfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddfcc Color CSS Codes

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

#dddfcc Text Font Color

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

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


#dddfcc Background Color

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

This div background color is #dddfcc


#dddfcc Border Color

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

This div border color is #dddfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddfcc


Comments

No comments written yet.

Please login to write comment.