Color Hex Logo

#d7dbff Color Hex

#D7DBFF
(215,219,255)
3 Favorites   0 Comments

Color spaces of #d7dbff

RGB 215219255
HSL0.651.000.92
HSV234°16°100°
CMYK 0.160.140.00   0.00
XYZ71.405872.3301104.8054
Yxy72.33010.28730.2910
Hunter Lab85.04711.0367-13.5314
CIE-Lab88.12725.7118-17.9418

#d7dbff color RGB value is (215,219,255).

#d7dbff hex color red value is 215, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d7dbff hue: 0.65 , saturation: 1.00 and the lightness value of d7dbff is 0.92.

The process color (four color CMYK) of #d7dbff color hex is 0.16, 0.14, 0.00, 0.00. Web safe color of #d7dbff is #ccccff. Color #d7dbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011011 11111111
Octal 327 333 377
Decimal 215 219 255
Hex D7 DB FF

RGB Percentages of Color #d7dbff

%31.20
%31.79
%37.01

CMYK Percentages of Color #d7dbff

%16
%14
%0
%0

Triadic Colors of #d7dbff

#d7dbff #ffd7db #dbffd7

Analogous Colors of #d7dbff

#d7dbff #e7d7ff #d7efff

Monochromatic Colors of #d7dbff

#d7dbff

Complementary Color

#d7dbff #fffbd7

#d7dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dbff Color CSS Codes

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

#d7dbff Text Font Color

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

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


#d7dbff Background Color

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

This div background color is #d7dbff


#d7dbff Border Color

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

This div border color is #d7dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dbff


Comments

No comments written yet.

Please login to write comment.