Color Hex Logo

#dddeff Color Hex

#DDDEFF
(221,222,255)
0 Favorites   0 Comments

Color spaces of #dddeff

RGB 221222255
HSL0.661.000.93
HSV238°13°100°
CMYK 0.130.130.00   0.00
XYZ73.990174.8347105.1526
Yxy74.83470.29130.2947
Hunter Lab86.50711.2850-11.5143
CIE-Lab89.31556.0086-16.1109

#dddeff color RGB value is (221,222,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 11111111
Octal 335 336 377
Decimal 221 222 255
Hex DD DE FF

RGB Percentages of Color #dddeff

%31.66
%31.81
%36.53

CMYK Percentages of Color #dddeff

%13
%13
%0
%0

Triadic Colors of #dddeff

#dddeff #ffddde #deffdd

Analogous Colors of #dddeff

#dddeff #edddff #ddefff

Monochromatic Colors of #dddeff

#dddeff

Complementary Color

#dddeff #fffedd

#dddeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddeff Color CSS Codes

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

#dddeff Text Font Color

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

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


#dddeff Background Color

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

This div background color is #dddeff


#dddeff Border Color

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

This div border color is #dddeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddeff

Related Colors

#dddeff Color Palettes


Comments

No comments written yet.

Please login to write comment.