Color Hex Logo

#d7deee Color Hex

#D7DEEE
(215,222,238)
0 Favorites   0 Comments

Color spaces of #d7deee

RGB 215222238
HSL0.620.400.89
HSV222°10°93°
CMYK 0.100.070.00   0.07
XYZ69.578272.862791.2857
Yxy72.86270.29770.3117
Hunter Lab85.3597-3.8808-3.6544
CIE-Lab88.38220.7014-8.6173

#d7deee color RGB value is (215,222,238).

#d7deee hex color red value is 215, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d7deee hue: 0.62 , saturation: 0.40 and the lightness value of d7deee is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011110 11101110
Octal 327 336 356
Decimal 215 222 238
Hex D7 DE EE

RGB Percentages of Color #d7deee

%31.85
%32.89
%35.26

CMYK Percentages of Color #d7deee

%10
%7
%0
%7

Triadic Colors of #d7deee

#d7deee #eed7de #deeed7

Analogous Colors of #d7deee

#d7deee #dcd7ee #d7eaee

Monochromatic Colors of #d7deee

#d7deee

Complementary Color

#d7deee #eee7d7

#d7deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7deee Color CSS Codes

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

#d7deee Text Font Color

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

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


#d7deee Background Color

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

This div background color is #d7deee


#d7deee Border Color

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

This div border color is #d7deee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,222,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7deee


Comments

No comments written yet.

Please login to write comment.