Color Hex Logo

#ddc4ca Color Hex

#DDC4CA
(221,196,202)
0 Favorites   0 Comments

Color spaces of #ddc4ca

RGB 221196202
HSL0.960.270.82
HSV346°11°87°
CMYK 0.000.110.09   0.13
XYZ60.219459.116364.1138
Yxy59.11630.32830.3222
Hunter Lab76.88715.25204.3809
CIE-Lab81.35559.80450.2209

#ddc4ca color RGB value is (221,196,202).

#ddc4ca hex color red value is 221, green value is 196 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ddc4ca hue: 0.96 , saturation: 0.27 and the lightness value of ddc4ca is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 11001010
Octal 335 304 312
Decimal 221 196 202
Hex DD C4 CA

RGB Percentages of Color #ddc4ca

%35.70
%31.66
%32.63

CMYK Percentages of Color #ddc4ca

%0
%11
%9
%13

Triadic Colors of #ddc4ca

#ddc4ca #caddc4 #c4cadd

Analogous Colors of #ddc4ca

#ddc4ca #ddcbc4 #ddc4d7

Monochromatic Colors of #ddc4ca

#ddc4ca

Complementary Color

#ddc4ca #c4ddd7

#ddc4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc4ca Color CSS Codes

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

#ddc4ca Text Font Color

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

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


#ddc4ca Background Color

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

This div background color is #ddc4ca


#ddc4ca Border Color

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

This div border color is #ddc4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc4ca


Comments

No comments written yet.

Please login to write comment.