Color Hex Logo

#ddeeff Color Hex

#DDEEFF
(221,238,255)
9 Favorites   0 Comments

Color spaces of #ddeeff

RGB 221238255
HSL0.581.000.93
HSV210°13°100°
CMYK 0.130.070.00   0.00
XYZ78.443383.7412106.6370
Yxy83.74120.29180.3115
Hunter Lab91.5102-7.1312-5.0336
CIE-Lab93.3380-2.2812-10.1015

#ddeeff color RGB value is (221,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 11111111
Octal 335 356 377
Decimal 221 238 255
Hex DD EE FF

RGB Percentages of Color #ddeeff

%30.95
%33.33
%35.71

CMYK Percentages of Color #ddeeff

%13
%7
%0
%0

Triadic Colors of #ddeeff

#ddeeff #ffddee #eeffdd

Analogous Colors of #ddeeff

#ddeeff #ddddff #ddffff

Monochromatic Colors of #ddeeff

#ddeeff

Complementary Color

#ddeeff #ffeedd

#ddeeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeeff Color CSS Codes

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

#ddeeff Text Font Color

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

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


#ddeeff Background Color

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

This div background color is #ddeeff


#ddeeff Border Color

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

This div border color is #ddeeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeeff

#ddeeff Color Palettes


Comments

No comments written yet.

Please login to write comment.