Color Hex Logo

#ddedff Color Hex

#DDEDFF
(221,237,255)
0 Favorites   0 Comments

Color spaces of #ddedff

RGB 221237255
HSL0.591.000.93
HSV212°13°100°
CMYK 0.130.070.00   0.00
XYZ78.153083.1605106.5402
Yxy83.16050.29180.3105
Hunter Lab91.1924-6.6099-5.4339
CIE-Lab93.0847-1.7686-10.4781

#ddedff color RGB value is (221,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 11111111
Octal 335 355 377
Decimal 221 237 255
Hex DD ED FF

RGB Percentages of Color #ddedff

%31.00
%33.24
%35.76

CMYK Percentages of Color #ddedff

%13
%7
%0
%0

Triadic Colors of #ddedff

#ddedff #ffdded #edffdd

Analogous Colors of #ddedff

#ddedff #deddff #ddfeff

Monochromatic Colors of #ddedff

#ddedff

Complementary Color

#ddedff #ffefdd

#ddedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedff Color CSS Codes

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

#ddedff Text Font Color

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

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


#ddedff Background Color

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

This div background color is #ddedff


#ddedff Border Color

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

This div border color is #ddedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedff

Related Colors


Comments

No comments written yet.

Please login to write comment.