Color Hex Logo

#ddedfd Color Hex

#DDEDFD
(221,237,253)
0 Favorites   0 Comments

Color spaces of #ddedfd

RGB 221237253
HSL0.580.890.93
HSV210°13°99°
CMYK 0.130.060.00   0.01
XYZ77.832683.0324104.8531
Yxy83.03240.29290.3125
Hunter Lab91.1221-6.9967-4.4388
CIE-Lab93.0286-2.1680-9.5211

#ddedfd color RGB value is (221,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 11111101
Octal 335 355 375
Decimal 221 237 253
Hex DD ED FD

RGB Percentages of Color #ddedfd

%31.08
%33.33
%35.58

CMYK Percentages of Color #ddedfd

%13
%6
%0
%1

Triadic Colors of #ddedfd

#ddedfd #fddded #edfddd

Analogous Colors of #ddedfd

#ddedfd #ddddfd #ddfdfd

Monochromatic Colors of #ddedfd

#ddedfd

Complementary Color

#ddedfd #fdeddd

#ddedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedfd Color CSS Codes

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

#ddedfd Text Font Color

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

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


#ddedfd Background Color

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

This div background color is #ddedfd


#ddedfd Border Color

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

This div border color is #ddedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedfd


Comments

No comments written yet.

Please login to write comment.