Color Hex Logo

#dbced4 Color Hex

#DBCED4
(219,206,212)
0 Favorites   0 Comments

Color spaces of #dbced4

RGB 219206212
HSL0.920.150.83
HSV332°86°
CMYK 0.000.060.03   0.14
XYZ63.168463.956171.3028
Yxy63.95610.31830.3223
Hunter Lab79.97261.04093.1184
CIE-Lab83.94295.5504-1.3629

#dbced4 color RGB value is (219,206,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11010100
Octal 333 316 324
Decimal 219 206 212
Hex DB CE D4

RGB Percentages of Color #dbced4

%34.38
%32.34
%33.28

CMYK Percentages of Color #dbced4

%0
%6
%3
%14

Triadic Colors of #dbced4

#dbced4 #d4dbce #ced4db

Analogous Colors of #dbced4

#dbced4 #dbcfce #dbcedb

Monochromatic Colors of #dbced4

#dbced4

Complementary Color

#dbced4 #cedbd5

#dbced4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbced4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbced4 Color CSS Codes

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

#dbced4 Text Font Color

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

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


#dbced4 Background Color

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

This div background color is #dbced4


#dbced4 Border Color

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

This div border color is #dbced4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbced4


Comments

No comments written yet.

Please login to write comment.