Color Hex Logo

#dddfe0 Color Hex

#DDDFE0
(221,223,224)
0 Favorites   0 Comments

Color spaces of #dddfe0

RGB 221223224
HSL0.560.050.87
HSV200°88°
CMYK 0.010.000.00   0.12
XYZ69.661073.529381.0421
Yxy73.52930.31070.3279
Hunter Lab85.7492-5.05123.9891
CIE-Lab88.6995-0.4878-0.7345

#dddfe0 color RGB value is (221,223,224).

#dddfe0 hex color red value is 221, green value is 223 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dddfe0 hue: 0.56 , saturation: 0.05 and the lightness value of dddfe0 is 0.87.

The process color (four color CMYK) of #dddfe0 color hex is 0.01, 0.00, 0.00, 0.12. Web safe color of #dddfe0 is #cccccc. Color #dddfe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 11100000
Octal 335 337 340
Decimal 221 223 224
Hex DD DF E0

RGB Percentages of Color #dddfe0

%33.08
%33.38
%33.53

CMYK Percentages of Color #dddfe0

%1
%0
%0
%12

Triadic Colors of #dddfe0

#dddfe0 #e0dddf #dfe0dd

Analogous Colors of #dddfe0

#dddfe0 #dddee0 #dde0e0

Monochromatic Colors of #dddfe0

#dddfe0

Complementary Color

#dddfe0 #e0dedd

#dddfe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddfe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddfe0 Color CSS Codes

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

#dddfe0 Text Font Color

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

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


#dddfe0 Background Color

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

This div background color is #dddfe0


#dddfe0 Border Color

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

This div border color is #dddfe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddfe0

#dddfe0 Color Palettes


Comments

No comments written yet.

Please login to write comment.