Color Hex Logo

#ddebfa Color Hex

#DDEBFA
(221,235,250)
0 Favorites   0 Comments

Color spaces of #ddebfa

RGB 221235250
HSL0.590.740.92
HSV211°12°98°
CMYK 0.120.060.00   0.02
XYZ76.782481.6909102.1635
Yxy81.69090.29460.3134
Hunter Lab90.3830-6.5305-3.7497
CIE-Lab92.4383-1.7368-8.8356

#ddebfa color RGB value is (221,235,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 11111010
Octal 335 353 372
Decimal 221 235 250
Hex DD EB FA

RGB Percentages of Color #ddebfa

%31.30
%33.29
%35.41

CMYK Percentages of Color #ddebfa

%12
%6
%0
%2

Triadic Colors of #ddebfa

#ddebfa #faddeb #ebfadd

Analogous Colors of #ddebfa

#ddebfa #deddfa #ddfafa

Monochromatic Colors of #ddebfa

#ddebfa

Complementary Color

#ddebfa #faecdd

#ddebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebfa Color CSS Codes

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

#ddebfa Text Font Color

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

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


#ddebfa Background Color

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

This div background color is #ddebfa


#ddebfa Border Color

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

This div border color is #ddebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebfa


Comments

No comments written yet.

Please login to write comment.