Color Hex Logo

#dddaf7 Color Hex

#DDDAF7
(221,218,247)
0 Favorites   0 Comments

Color spaces of #dddaf7

RGB 221218247
HSL0.680.640.91
HSV246°12°97°
CMYK 0.110.120.00   0.03
XYZ71.678772.230498.1597
Yxy72.23040.29610.2984
Hunter Lab84.98851.8159-8.9866
CIE-Lab88.07946.4964-13.7590

#dddaf7 color RGB value is (221,218,247).

#dddaf7 hex color red value is 221, green value is 218 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #dddaf7 hue: 0.68 , saturation: 0.64 and the lightness value of dddaf7 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 11110111
Octal 335 332 367
Decimal 221 218 247
Hex DD DA F7

RGB Percentages of Color #dddaf7

%32.22
%31.78
%36.01

CMYK Percentages of Color #dddaf7

%11
%12
%0
%3

Triadic Colors of #dddaf7

#dddaf7 #f7ddda #daf7dd

Analogous Colors of #dddaf7

#dddaf7 #ecdaf7 #dae6f7

Monochromatic Colors of #dddaf7

#dddaf7

Complementary Color

#dddaf7 #f4f7da

#dddaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddaf7 Color CSS Codes

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

#dddaf7 Text Font Color

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

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


#dddaf7 Background Color

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

This div background color is #dddaf7


#dddaf7 Border Color

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

This div border color is #dddaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddaf7


Comments

No comments written yet.

Please login to write comment.