Color Hex Logo

#ddddf7 Color Hex

#DDDDF7
(221,221,247)
0 Favorites   0 Comments

Color spaces of #ddddf7

RGB 221221247
HSL0.670.620.92
HSV240°11°97°
CMYK 0.110.110.00   0.03
XYZ72.463773.800598.4214
Yxy73.80050.29620.3016
Hunter Lab85.90720.2291-7.7918
CIE-Lab88.82814.9245-12.6396

#ddddf7 color RGB value is (221,221,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 11110111
Octal 335 335 367
Decimal 221 221 247
Hex DD DD F7

RGB Percentages of Color #ddddf7

%32.08
%32.08
%35.85

CMYK Percentages of Color #ddddf7

%11
%11
%0
%3

Triadic Colors of #ddddf7

#ddddf7 #f7dddd #ddf7dd

Analogous Colors of #ddddf7

#ddddf7 #eaddf7 #ddeaf7

Monochromatic Colors of #ddddf7

#ddddf7

Complementary Color

#ddddf7 #f7f7dd

#ddddf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddf7 Color CSS Codes

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

#ddddf7 Text Font Color

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

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


#ddddf7 Background Color

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

This div background color is #ddddf7


#ddddf7 Border Color

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

This div border color is #ddddf7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,221,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 #ddddf7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddf7


Comments

No comments written yet.

Please login to write comment.