Color Hex Logo

#dddfc0 Color Hex

#DDDFC0
(221,223,192)
0 Favorites   0 Comments

Color spaces of #dddfc0

RGB 221223192
HSL0.180.330.81
HSV64°14°87°
CMYK 0.010.000.14   0.13
XYZ65.720971.953360.2937
Yxy71.95330.33200.3635
Hunter Lab84.8253-10.146117.2345
CIE-Lab87.9461-5.905014.9818

#dddfc0 color RGB value is (221,223,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 11000000
Octal 335 337 300
Decimal 221 223 192
Hex DD DF C0

RGB Percentages of Color #dddfc0

%34.75
%35.06
%30.19

CMYK Percentages of Color #dddfc0

%1
%0
%14
%13

Triadic Colors of #dddfc0

#dddfc0 #c0dddf #dfc0dd

Analogous Colors of #dddfc0

#dddfc0 #cedfc0 #dfd2c0

Monochromatic Colors of #dddfc0

#dddfc0

Complementary Color

#dddfc0 #c2c0df

#dddfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddfc0 Color CSS Codes

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

#dddfc0 Text Font Color

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

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


#dddfc0 Background Color

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

This div background color is #dddfc0


#dddfc0 Border Color

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

This div border color is #dddfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddfc0


Comments

No comments written yet.

Please login to write comment.