Color Hex Logo

#dddaff Color Hex

#DDDAFF
(221,218,255)
0 Favorites   0 Comments

Color spaces of #dddaff

RGB 221218255
HSL0.681.000.93
HSV245°15°100°
CMYK 0.130.150.00   0.00
XYZ72.940272.7350104.8026
Yxy72.73500.29120.2904
Hunter Lab85.28483.4144-13.1594
CIE-Lab88.32128.1086-17.6057

#dddaff color RGB value is (221,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 11111111
Octal 335 332 377
Decimal 221 218 255
Hex DD DA FF

RGB Percentages of Color #dddaff

%31.84
%31.41
%36.74

CMYK Percentages of Color #dddaff

%13
%15
%0
%0

Triadic Colors of #dddaff

#dddaff #ffddda #daffdd

Analogous Colors of #dddaff

#dddaff #f0daff #daeaff

Monochromatic Colors of #dddaff

#dddaff

Complementary Color

#dddaff #fcffda

#dddaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddaff Color CSS Codes

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

#dddaff Text Font Color

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

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


#dddaff Background Color

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

This div background color is #dddaff


#dddaff Border Color

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

This div border color is #dddaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddaff

Related Colors

#dddaff Color Palettes


Comments

No comments written yet.

Please login to write comment.