Color Hex Logo

#d5dbce Color Hex

#D5DBCE
(213,219,206)
0 Favorites   0 Comments

Color spaces of #d5dbce

RGB 213219206
HSL0.240.150.83
HSV88°86°
CMYK 0.030.000.06   0.14
XYZ63.912769.265468.3935
Yxy69.26540.31710.3436
Hunter Lab83.2258-8.56749.5346
CIE-Lab86.6353-4.34775.6742

#d5dbce color RGB value is (213,219,206).

#d5dbce hex color red value is 213, green value is 219 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d5dbce hue: 0.24 , saturation: 0.15 and the lightness value of d5dbce is 0.83.

The process color (four color CMYK) of #d5dbce color hex is 0.03, 0.00, 0.06, 0.14. Web safe color of #d5dbce is #cccccc. Color #d5dbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011011 11001110
Octal 325 333 316
Decimal 213 219 206
Hex D5 DB CE

RGB Percentages of Color #d5dbce

%33.39
%34.33
%32.29

CMYK Percentages of Color #d5dbce

%3
%0
%6
%14

Triadic Colors of #d5dbce

#d5dbce #ced5db #dbced5

Analogous Colors of #d5dbce

#d5dbce #cfdbce #dbdbce

Monochromatic Colors of #d5dbce

#d5dbce

Complementary Color

#d5dbce #d4cedb

#d5dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dbce Color CSS Codes

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

#d5dbce Text Font Color

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

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


#d5dbce Background Color

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

This div background color is #d5dbce


#d5dbce Border Color

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

This div border color is #d5dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dbce


Comments

No comments written yet.

Please login to write comment.