Color Hex Logo

#dde3fb Color Hex

#DDE3FB
(221,227,251)
0 Favorites   0 Comments

Color spaces of #dde3fb

RGB 221227251
HSL0.630.790.93
HSV228°12°98°
CMYK 0.120.100.00   0.02
XYZ74.700577.2754102.2453
Yxy77.27540.29380.3040
Hunter Lab87.9064-2.1518-7.4266
CIE-Lab90.44822.5935-12.3190

#dde3fb color RGB value is (221,227,251).

#dde3fb hex color red value is 221, green value is 227 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dde3fb hue: 0.63 , saturation: 0.79 and the lightness value of dde3fb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100011 11111011
Octal 335 343 373
Decimal 221 227 251
Hex DD E3 FB

RGB Percentages of Color #dde3fb

%31.62
%32.47
%35.91

CMYK Percentages of Color #dde3fb

%12
%10
%0
%2

Triadic Colors of #dde3fb

#dde3fb #fbdde3 #e3fbdd

Analogous Colors of #dde3fb

#dde3fb #e6ddfb #ddf2fb

Monochromatic Colors of #dde3fb

#dde3fb

Complementary Color

#dde3fb #fbf5dd

#dde3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde3fb Color CSS Codes

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

#dde3fb Text Font Color

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

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


#dde3fb Background Color

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

This div background color is #dde3fb


#dde3fb Border Color

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

This div border color is #dde3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde3fb


Comments

No comments written yet.

Please login to write comment.