Color Hex Logo

#dddfc3 Color Hex

#DDDFC3
(221,223,195)
0 Favorites   0 Comments

Color spaces of #dddfc3

RGB 221223195
HSL0.180.300.82
HSV64°13°87°
CMYK 0.010.000.13   0.13
XYZ66.056872.087662.0625
Yxy72.08760.32990.3601
Hunter Lab84.9044-9.707316.0939
CIE-Lab88.0107-5.431613.5027

#dddfc3 color RGB value is (221,223,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 11000011
Octal 335 337 303
Decimal 221 223 195
Hex DD DF C3

RGB Percentages of Color #dddfc3

%34.59
%34.90
%30.52

CMYK Percentages of Color #dddfc3

%1
%0
%13
%13

Triadic Colors of #dddfc3

#dddfc3 #c3dddf #dfc3dd

Analogous Colors of #dddfc3

#dddfc3 #cfdfc3 #dfd3c3

Monochromatic Colors of #dddfc3

#dddfc3

Complementary Color

#dddfc3 #c5c3df

#dddfc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddfc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddfc3 Color CSS Codes

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

#dddfc3 Text Font Color

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

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


#dddfc3 Background Color

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

This div background color is #dddfc3


#dddfc3 Border Color

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

This div border color is #dddfc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddfc3


Comments

No comments written yet.

Please login to write comment.