Color Hex Logo

#dddde6 Color Hex

#DDDDE6
(221,221,230)
0 Favorites   0 Comments

Color spaces of #dddde6

RGB 221221230
HSL0.670.150.88
HSV240°90°
CMYK 0.040.040.00   0.10
XYZ69.958272.798285.2272
Yxy72.79820.30690.3193
Hunter Lab85.3219-2.95520.5011
CIE-Lab88.35141.6531-4.4025

#dddde6 color RGB value is (221,221,230).

#dddde6 hex color red value is 221, green value is 221 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #dddde6 hue: 0.67 , saturation: 0.15 and the lightness value of dddde6 is 0.88.

The process color (four color CMYK) of #dddde6 color hex is 0.04, 0.04, 0.00, 0.10. Web safe color of #dddde6 is #ccccff. Color #dddde6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 11100110
Octal 335 335 346
Decimal 221 221 230
Hex DD DD E6

RGB Percentages of Color #dddde6

%32.89
%32.89
%34.23

CMYK Percentages of Color #dddde6

%4
%4
%0
%10

Triadic Colors of #dddde6

#dddde6 #e6dddd #dde6dd

Analogous Colors of #dddde6

#dddde6 #e2dde6 #dde2e6

Monochromatic Colors of #dddde6

#dddde6

Complementary Color

#dddde6 #e6e6dd

#dddde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddde6 Color CSS Codes

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

#dddde6 Text Font Color

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

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


#dddde6 Background Color

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

This div background color is #dddde6


#dddde6 Border Color

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

This div border color is #dddde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddde6


Comments

No comments written yet.

Please login to write comment.