Color Hex Logo

#d7dded Color Hex

#D7DDED
(215,221,237)
0 Favorites   0 Comments

Color spaces of #d7dded

RGB 215221237
HSL0.620.380.89
HSV224°93°
CMYK 0.090.070.00   0.07
XYZ69.166872.274490.4256
Yxy72.27440.29830.3117
Hunter Lab85.0144-3.5494-3.5538
CIE-Lab88.10051.0257-8.5088

#d7dded color RGB value is (215,221,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011101 11101101
Octal 327 335 355
Decimal 215 221 237
Hex D7 DD ED

RGB Percentages of Color #d7dded

%31.95
%32.84
%35.22

CMYK Percentages of Color #d7dded

%9
%7
%0
%7

Triadic Colors of #d7dded

#d7dded #edd7dd #ddedd7

Analogous Colors of #d7dded

#d7dded #dcd7ed #d7e8ed

Monochromatic Colors of #d7dded

#d7dded

Complementary Color

#d7dded #ede7d7

#d7dded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dded Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dded Color CSS Codes

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

#d7dded Text Font Color

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

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


#d7dded Background Color

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

This div background color is #d7dded


#d7dded Border Color

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

This div border color is #d7dded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dded


Comments

No comments written yet.

Please login to write comment.