Color Hex Logo

#ddcdec Color Hex

#DDCDEC
(221,205,236)
0 Favorites   0 Comments

Color spaces of #ddcdec

RGB 221205236
HSL0.750.450.86
HSV271°13°93°
CMYK 0.060.130.00   0.07
XYZ66.790465.090988.4004
Yxy65.09090.30320.2955
Hunter Lab80.67896.5839-8.4892
CIE-Lab84.530611.2026-13.2499

#ddcdec color RGB value is (221,205,236).

#ddcdec hex color red value is 221, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ddcdec hue: 0.75 , saturation: 0.45 and the lightness value of ddcdec is 0.86.

The process color (four color CMYK) of #ddcdec color hex is 0.06, 0.13, 0.00, 0.07. Web safe color of #ddcdec is #ccccff. Color #ddcdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 11101100
Octal 335 315 354
Decimal 221 205 236
Hex DD CD EC

RGB Percentages of Color #ddcdec

%33.38
%30.97
%35.65

CMYK Percentages of Color #ddcdec

%6
%13
%0
%7

Triadic Colors of #ddcdec

#ddcdec #ecddcd #cdecdd

Analogous Colors of #ddcdec

#ddcdec #eccdec #cecdec

Monochromatic Colors of #ddcdec

#ddcdec

Complementary Color

#ddcdec #dceccd

#ddcdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcdec Color CSS Codes

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

#ddcdec Text Font Color

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

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


#ddcdec Background Color

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

This div background color is #ddcdec


#ddcdec Border Color

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

This div border color is #ddcdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcdec


Comments

No comments written yet.

Please login to write comment.