Color Hex Logo

#dfe7ff Color Hex

#DFE7FF
(223,231,255)
1 Favorites   0 Comments

Color spaces of #dfe7ff

RGB 223231255
HSL0.631.000.94
HSV225°13°100°
CMYK 0.130.090.00   0.00
XYZ77.057380.0598105.9995
Yxy80.05980.29290.3043
Hunter Lab89.4761-2.8582-7.6057
CIE-Lab91.71171.9500-12.5089

#dfe7ff color RGB value is (223,231,255).

#dfe7ff hex color red value is 223, green value is 231 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dfe7ff hue: 0.63 , saturation: 1.00 and the lightness value of dfe7ff is 0.94.

The process color (four color CMYK) of #dfe7ff color hex is 0.13, 0.09, 0.00, 0.00. Web safe color of #dfe7ff is #ccffff. Color #dfe7ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100111 11111111
Octal 337 347 377
Decimal 223 231 255
Hex DF E7 FF

RGB Percentages of Color #dfe7ff

%31.45
%32.58
%35.97

CMYK Percentages of Color #dfe7ff

%13
%9
%0
%0

Triadic Colors of #dfe7ff

#dfe7ff #ffdfe7 #e7ffdf

Analogous Colors of #dfe7ff

#dfe7ff #e7dfff #dff7ff

Monochromatic Colors of #dfe7ff

#dfe7ff

Complementary Color

#dfe7ff #fff7df

#dfe7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe7ff Color CSS Codes

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

#dfe7ff Text Font Color

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

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


#dfe7ff Background Color

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

This div background color is #dfe7ff


#dfe7ff Border Color

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

This div border color is #dfe7ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,231,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfe7ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfe7ff;
  -webkit-box-shadow: 1px 1px 3px 2px #dfe7ff;
  box-shadow:         1px 1px 3px 2px #dfe7ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,231,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe7ff

Related Colors

#dfe7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.