Color Hex Logo

#ddd1ca Color Hex

#DDD1CA
(221,209,202)
0 Favorites   0 Comments

Color spaces of #ddd1ca

RGB 221209202
HSL0.060.220.83
HSV22°87°
CMYK 0.000.050.09   0.13
XYZ63.279965.237365.1340
Yxy65.23730.32680.3369
Hunter Lab80.7696-1.49898.7263
CIE-Lab84.60592.94944.9406

#ddd1ca color RGB value is (221,209,202).

#ddd1ca hex color red value is 221, green value is 209 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ddd1ca hue: 0.06 , saturation: 0.22 and the lightness value of ddd1ca is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 11001010
Octal 335 321 312
Decimal 221 209 202
Hex DD D1 CA

RGB Percentages of Color #ddd1ca

%34.97
%33.07
%31.96

CMYK Percentages of Color #ddd1ca

%0
%5
%9
%13

Triadic Colors of #ddd1ca

#ddd1ca #caddd1 #d1cadd

Analogous Colors of #ddd1ca

#ddd1ca #dddbca #ddcacd

Monochromatic Colors of #ddd1ca

#ddd1ca

Complementary Color

#ddd1ca #cad6dd

#ddd1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd1ca Color CSS Codes

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

#ddd1ca Text Font Color

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

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


#ddd1ca Background Color

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

This div background color is #ddd1ca


#ddd1ca Border Color

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

This div border color is #ddd1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd1ca


Comments

No comments written yet.

Please login to write comment.