Color Hex Logo

#ddecfb Color Hex

#DDECFB
(221,236,251)
0 Favorites   0 Comments

Color spaces of #ddecfb

RGB 221236251
HSL0.580.790.93
HSV210°12°98°
CMYK 0.120.060.00   0.02
XYZ77.226882.3281103.0874
Yxy82.32810.29400.3135
Hunter Lab90.7348-6.8599-3.8473
CIE-Lab92.7195-2.0523-8.9392

#ddecfb color RGB value is (221,236,251).

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

The process color (four color CMYK) of #ddecfb color hex is 0.12, 0.06, 0.00, 0.02. Web safe color of #ddecfb is #ccffff. Color #ddecfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 11111011
Octal 335 354 373
Decimal 221 236 251
Hex DD EC FB

RGB Percentages of Color #ddecfb

%31.21
%33.33
%35.45

CMYK Percentages of Color #ddecfb

%12
%6
%0
%2

Triadic Colors of #ddecfb

#ddecfb #fbddec #ecfbdd

Analogous Colors of #ddecfb

#ddecfb #ddddfb #ddfbfb

Monochromatic Colors of #ddecfb

#ddecfb

Complementary Color

#ddecfb #fbecdd

#ddecfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddecfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddecfb Color CSS Codes

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

#ddecfb Text Font Color

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

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


#ddecfb Background Color

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

This div background color is #ddecfb


#ddecfb Border Color

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

This div border color is #ddecfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddecfb

Related Colors


Comments

No comments written yet.

Please login to write comment.