Color Hex Logo

#dddafd Color Hex

#DDDAFD
(221,218,253)
1 Favorites   0 Comments

Color spaces of #dddafd

RGB 221218253
HSL0.680.900.92
HSV245°14°99°
CMYK 0.130.140.00   0.01
XYZ72.619872.6068103.1155
Yxy72.60680.29240.2924
Hunter Lab85.20963.0096-12.1024
CIE-Lab88.25987.7016-16.6461

#dddafd color RGB value is (221,218,253).

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

The process color (four color CMYK) of #dddafd color hex is 0.13, 0.14, 0.00, 0.01. Web safe color of #dddafd is #ccccff. Color #dddafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 11111101
Octal 335 332 375
Decimal 221 218 253
Hex DD DA FD

RGB Percentages of Color #dddafd

%31.94
%31.50
%36.56

CMYK Percentages of Color #dddafd

%13
%14
%0
%1

Triadic Colors of #dddafd

#dddafd #fdddda #dafddd

Analogous Colors of #dddafd

#dddafd #efdafd #dae9fd

Monochromatic Colors of #dddafd

#dddafd

Complementary Color

#dddafd #fafdda

#dddafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddafd Color CSS Codes

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

#dddafd Text Font Color

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

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


#dddafd Background Color

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

This div background color is #dddafd


#dddafd Border Color

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

This div border color is #dddafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddafd

#dddafd Color Palettes


Comments

No comments written yet.

Please login to write comment.