Color Hex Logo

#dde1fa Color Hex

#DDE1FA
(221,225,250)
0 Favorites   0 Comments

Color spaces of #dde1fa

RGB 221225250
HSL0.640.740.92
HSV232°12°98°
CMYK 0.120.100.00   0.02
XYZ73.999376.1247101.2358
Yxy76.12470.29440.3029
Hunter Lab87.2495-1.2945-7.7197
CIE-Lab89.91723.4341-12.5878

#dde1fa color RGB value is (221,225,250).

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

The process color (four color CMYK) of #dde1fa color hex is 0.12, 0.10, 0.00, 0.02. Web safe color of #dde1fa is #ccccff. Color #dde1fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 11111010
Octal 335 341 372
Decimal 221 225 250
Hex DD E1 FA

RGB Percentages of Color #dde1fa

%31.75
%32.33
%35.92

CMYK Percentages of Color #dde1fa

%12
%10
%0
%2

Triadic Colors of #dde1fa

#dde1fa #fadde1 #e1fadd

Analogous Colors of #dde1fa

#dde1fa #e8ddfa #ddf0fa

Monochromatic Colors of #dde1fa

#dde1fa

Complementary Color

#dde1fa #faf6dd

#dde1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde1fa Color CSS Codes

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

#dde1fa Text Font Color

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

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


#dde1fa Background Color

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

This div background color is #dde1fa


#dde1fa Border Color

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

This div border color is #dde1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde1fa

Related Colors


Comments

No comments written yet.

Please login to write comment.