Color Hex Logo

#d3dbe8 Color Hex

#D3DBE8
(211,219,232)
0 Favorites   0 Comments

Color spaces of #d3dbe8

RGB 211219232
HSL0.600.310.87
HSV217°91°
CMYK 0.090.060.00   0.09
XYZ66.761070.338186.4019
Yxy70.33810.29870.3147
Hunter Lab83.8678-4.6779-2.3740
CIE-Lab87.1624-0.2068-7.2954

#d3dbe8 color RGB value is (211,219,232).

#d3dbe8 hex color red value is 211, green value is 219 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #d3dbe8 hue: 0.60 , saturation: 0.31 and the lightness value of d3dbe8 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011011 11101000
Octal 323 333 350
Decimal 211 219 232
Hex D3 DB E8

RGB Percentages of Color #d3dbe8

%31.87
%33.08
%35.05

CMYK Percentages of Color #d3dbe8

%9
%6
%0
%9

Triadic Colors of #d3dbe8

#d3dbe8 #e8d3db #dbe8d3

Analogous Colors of #d3dbe8

#d3dbe8 #d6d3e8 #d3e6e8

Monochromatic Colors of #d3dbe8

#d3dbe8

Complementary Color

#d3dbe8 #e8e0d3

#d3dbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dbe8 Color CSS Codes

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

#d3dbe8 Text Font Color

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

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


#d3dbe8 Background Color

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

This div background color is #d3dbe8


#d3dbe8 Border Color

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

This div border color is #d3dbe8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,219,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dbe8


Comments

No comments written yet.

Please login to write comment.