Color Hex Logo

#dee1fb Color Hex

#DEE1FB
(222,225,251)
0 Favorites   0 Comments

Color spaces of #dee1fb

RGB 222225251
HSL0.650.780.93
HSV234°12°98°
CMYK 0.120.100.00   0.02
XYZ74.462076.3451102.0783
Yxy76.34510.29440.3019
Hunter Lab87.3757-0.7888-8.1037
CIE-Lab90.01933.9506-12.9517

#dee1fb color RGB value is (222,225,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 11111011
Octal 336 341 373
Decimal 222 225 251
Hex DE E1 FB

RGB Percentages of Color #dee1fb

%31.81
%32.23
%35.96

CMYK Percentages of Color #dee1fb

%12
%10
%0
%2

Triadic Colors of #dee1fb

#dee1fb #fbdee1 #e1fbde

Analogous Colors of #dee1fb

#dee1fb #eadefb #def0fb

Monochromatic Colors of #dee1fb

#dee1fb

Complementary Color

#dee1fb #fbf8de

#dee1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee1fb Color CSS Codes

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

#dee1fb Text Font Color

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

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


#dee1fb Background Color

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

This div background color is #dee1fb


#dee1fb Border Color

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

This div border color is #dee1fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee1fb

Related Colors


Comments

No comments written yet.

Please login to write comment.