Color Hex Logo

#dddfed Color Hex

#DDDFED
(221,223,237)
0 Favorites   0 Comments

Color spaces of #dddfed

RGB 221223237
HSL0.650.310.90
HSV233°93°
CMYK 0.070.060.00   0.07
XYZ71.492574.261990.6867
Yxy74.26190.30240.3141
Hunter Lab86.1753-2.7203-2.0711
CIE-Lab89.04611.9350-7.0592

#dddfed color RGB value is (221,223,237).

#dddfed hex color red value is 221, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dddfed hue: 0.65 , saturation: 0.31 and the lightness value of dddfed is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 11101101
Octal 335 337 355
Decimal 221 223 237
Hex DD DF ED

RGB Percentages of Color #dddfed

%32.45
%32.75
%34.80

CMYK Percentages of Color #dddfed

%7
%6
%0
%7

Triadic Colors of #dddfed

#dddfed #eddddf #dfeddd

Analogous Colors of #dddfed

#dddfed #e3dded #dde7ed

Monochromatic Colors of #dddfed

#dddfed

Complementary Color

#dddfed #edebdd

#dddfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddfed Color CSS Codes

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

#dddfed Text Font Color

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

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


#dddfed Background Color

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

This div background color is #dddfed


#dddfed Border Color

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

This div border color is #dddfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddfed


Comments

No comments written yet.

Please login to write comment.