Color Hex Logo

#dddef7 Color Hex

#DDDEF7
(221,222,247)
0 Favorites   0 Comments

Color spaces of #dddef7

RGB 221222247
HSL0.660.620.92
HSV238°11°97°
CMYK 0.110.100.00   0.03
XYZ72.728674.330198.5096
Yxy74.33010.29620.3027
Hunter Lab86.2149-0.2982-7.3946
CIE-Lab89.07834.4021-12.2661

#dddef7 color RGB value is (221,222,247).

#dddef7 hex color red value is 221, green value is 222 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #dddef7 hue: 0.66 , saturation: 0.62 and the lightness value of dddef7 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 11110111
Octal 335 336 367
Decimal 221 222 247
Hex DD DE F7

RGB Percentages of Color #dddef7

%32.03
%32.17
%35.80

CMYK Percentages of Color #dddef7

%11
%10
%0
%3

Triadic Colors of #dddef7

#dddef7 #f7ddde #def7dd

Analogous Colors of #dddef7

#dddef7 #e9ddf7 #ddebf7

Monochromatic Colors of #dddef7

#dddef7

Complementary Color

#dddef7 #f7f6dd

#dddef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddef7 Color CSS Codes

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

#dddef7 Text Font Color

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

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


#dddef7 Background Color

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

This div background color is #dddef7


#dddef7 Border Color

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

This div border color is #dddef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddef7


Comments

No comments written yet.

Please login to write comment.