Color Hex Logo

#dde1fe Color Hex

#DDE1FE
(221,225,254)
0 Favorites   0 Comments

Color spaces of #dde1fe

RGB 221225254
HSL0.650.940.93
HSV233°13°100°
CMYK 0.130.110.00   0.00
XYZ74.633476.3783104.5748
Yxy76.37830.29200.2988
Hunter Lab87.3947-0.5051-9.7690
CIE-Lab90.03474.2378-14.5082

#dde1fe color RGB value is (221,225,254).

#dde1fe hex color red value is 221, green value is 225 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dde1fe hue: 0.65 , saturation: 0.94 and the lightness value of dde1fe is 0.93.

The process color (four color CMYK) of #dde1fe color hex is 0.13, 0.11, 0.00, 0.00. Web safe color of #dde1fe is #ccccff. Color #dde1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 11111110
Octal 335 341 376
Decimal 221 225 254
Hex DD E1 FE

RGB Percentages of Color #dde1fe

%31.57
%32.14
%36.29

CMYK Percentages of Color #dde1fe

%13
%11
%0
%0

Triadic Colors of #dde1fe

#dde1fe #fedde1 #e1fedd

Analogous Colors of #dde1fe

#dde1fe #eaddfe #ddf2fe

Monochromatic Colors of #dde1fe

#dde1fe

Complementary Color

#dde1fe #fefadd

#dde1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde1fe Color CSS Codes

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

#dde1fe Text Font Color

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

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


#dde1fe Background Color

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

This div background color is #dde1fe


#dde1fe Border Color

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

This div border color is #dde1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde1fe


Comments

No comments written yet.

Please login to write comment.