Color Hex Logo

#ddc0ca Color Hex

#DDC0CA
(221,192,202)
0 Favorites   0 Comments

Color spaces of #ddc0ca

RGB 221192202
HSL0.940.300.81
HSV339°13°87°
CMYK 0.000.130.09   0.13
XYZ59.329157.335763.8170
Yxy57.33570.32870.3177
Hunter Lab75.72037.34943.0347
CIE-Lab80.368011.9339-1.2225

#ddc0ca color RGB value is (221,192,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 11001010
Octal 335 300 312
Decimal 221 192 202
Hex DD C0 CA

RGB Percentages of Color #ddc0ca

%35.93
%31.22
%32.85

CMYK Percentages of Color #ddc0ca

%0
%13
%9
%13

Triadic Colors of #ddc0ca

#ddc0ca #caddc0 #c0cadd

Analogous Colors of #ddc0ca

#ddc0ca #ddc5c0 #ddc0d9

Monochromatic Colors of #ddc0ca

#ddc0ca

Complementary Color

#ddc0ca #c0ddd3

#ddc0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc0ca Color CSS Codes

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

#ddc0ca Text Font Color

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

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


#ddc0ca Background Color

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

This div background color is #ddc0ca


#ddc0ca Border Color

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

This div border color is #ddc0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc0ca


Comments

No comments written yet.

Please login to write comment.