Color Hex Logo

#dee1fa Color Hex

#DEE1FA
(222,225,250)
0 Favorites   0 Comments

Color spaces of #dee1fa

RGB 222225250
HSL0.650.740.93
HSV234°11°98°
CMYK 0.110.100.00   0.02
XYZ74.304776.2822101.2501
Yxy76.28220.29510.3029
Hunter Lab87.3397-0.9846-7.5952
CIE-Lab89.99023.7514-12.4711

#dee1fa color RGB value is (222,225,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 11111010
Octal 336 341 372
Decimal 222 225 250
Hex DE E1 FA

RGB Percentages of Color #dee1fa

%31.85
%32.28
%35.87

CMYK Percentages of Color #dee1fa

%11
%10
%0
%2

Triadic Colors of #dee1fa

#dee1fa #fadee1 #e1fade

Analogous Colors of #dee1fa

#dee1fa #e9defa #deeffa

Monochromatic Colors of #dee1fa

#dee1fa

Complementary Color

#dee1fa #faf7de

#dee1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee1fa Color CSS Codes

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

#dee1fa Text Font Color

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

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


#dee1fa Background Color

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

This div background color is #dee1fa


#dee1fa Border Color

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

This div border color is #dee1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee1fa


Comments

No comments written yet.

Please login to write comment.