Color Hex Logo

#ddebfb Color Hex

#DDEBFB
(221,235,251)
0 Favorites   0 Comments

Color spaces of #ddebfb

RGB 221235251
HSL0.590.790.93
HSV212°12°98°
CMYK 0.120.060.00   0.02
XYZ76.939781.7538102.9917
Yxy81.75380.29400.3124
Hunter Lab90.4178-6.3392-4.2427
CIE-Lab92.4661-1.5390-9.3153

#ddebfb color RGB value is (221,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 11111011
Octal 335 353 373
Decimal 221 235 251
Hex DD EB FB

RGB Percentages of Color #ddebfb

%31.26
%33.24
%35.50

CMYK Percentages of Color #ddebfb

%12
%6
%0
%2

Triadic Colors of #ddebfb

#ddebfb #fbddeb #ebfbdd

Analogous Colors of #ddebfb

#ddebfb #deddfb #ddfafb

Monochromatic Colors of #ddebfb

#ddebfb

Complementary Color

#ddebfb #fbeddd

#ddebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebfb Color CSS Codes

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

#ddebfb Text Font Color

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

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


#ddebfb Background Color

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

This div background color is #ddebfb


#ddebfb Border Color

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

This div border color is #ddebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebfb


Comments

No comments written yet.

Please login to write comment.