Color Hex Logo

#ddddef Color Hex

#DDDDEF
(221,221,239)
0 Favorites   0 Comments

Color spaces of #ddddef

RGB 221221239
HSL0.670.360.90
HSV240°94°
CMYK 0.080.080.00   0.06
XYZ71.255273.317092.0574
Yxy73.31700.30110.3098
Hunter Lab85.6253-1.3013-3.8060
CIE-Lab88.59873.3599-8.7740

#ddddef color RGB value is (221,221,239).

#ddddef hex color red value is 221, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ddddef hue: 0.67 , saturation: 0.36 and the lightness value of ddddef is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 11101111
Octal 335 335 357
Decimal 221 221 239
Hex DD DD EF

RGB Percentages of Color #ddddef

%32.45
%32.45
%35.10

CMYK Percentages of Color #ddddef

%8
%8
%0
%6

Triadic Colors of #ddddef

#ddddef #efdddd #ddefdd

Analogous Colors of #ddddef

#ddddef #e6ddef #dde6ef

Monochromatic Colors of #ddddef

#ddddef

Complementary Color

#ddddef #efefdd

#ddddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddef Color CSS Codes

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

#ddddef Text Font Color

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

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


#ddddef Background Color

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

This div background color is #ddddef


#ddddef Border Color

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

This div border color is #ddddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddef

#ddddef Color Palettes


Comments

No comments written yet.

Please login to write comment.