Color Hex Logo

#ddccc3 Color Hex

#DDCCC3
(221,204,195)
0 Favorites   0 Comments

Color spaces of #ddccc3

RGB 221204195
HSL0.060.280.82
HSV21°12°87°
CMYK 0.000.080.12   0.13
XYZ61.262062.498060.4642
Yxy62.49800.33250.3392
Hunter Lab79.0557-0.02389.9922
CIE-Lab83.17754.41496.6055

#ddccc3 color RGB value is (221,204,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11000011
Octal 335 314 303
Decimal 221 204 195
Hex DD CC C3

RGB Percentages of Color #ddccc3

%35.65
%32.90
%31.45

CMYK Percentages of Color #ddccc3

%0
%8
%12
%13

Triadic Colors of #ddccc3

#ddccc3 #c3ddcc #ccc3dd

Analogous Colors of #ddccc3

#ddccc3 #ddd9c3 #ddc3c7

Monochromatic Colors of #ddccc3

#ddccc3

Complementary Color

#ddccc3 #c3d4dd

#ddccc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccc3 Color CSS Codes

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

#ddccc3 Text Font Color

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

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


#ddccc3 Background Color

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

This div background color is #ddccc3


#ddccc3 Border Color

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

This div border color is #ddccc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddccc3


Comments

No comments written yet.

Please login to write comment.