Color Hex Logo

#dbddcb Color Hex

#DBDDCB
(219,221,203)
0 Favorites   0 Comments

Color spaces of #dbddcb

RGB 219221203
HSL0.190.210.83
HSV67°87°
CMYK 0.010.000.08   0.13
XYZ65.849471.084866.7500
Yxy71.08480.32330.3490
Hunter Lab84.3118-8.133212.0781
CIE-Lab87.5262-3.80718.5933

#dbddcb color RGB value is (219,221,203).

#dbddcb hex color red value is 219, green value is 221 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dbddcb hue: 0.19 , saturation: 0.21 and the lightness value of dbddcb is 0.83.

The process color (four color CMYK) of #dbddcb color hex is 0.01, 0.00, 0.08, 0.13. Web safe color of #dbddcb is #cccccc. Color #dbddcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 11001011
Octal 333 335 313
Decimal 219 221 203
Hex DB DD CB

RGB Percentages of Color #dbddcb

%34.06
%34.37
%31.57

CMYK Percentages of Color #dbddcb

%1
%0
%8
%13

Triadic Colors of #dbddcb

#dbddcb #cbdbdd #ddcbdb

Analogous Colors of #dbddcb

#dbddcb #d2ddcb #ddd6cb

Monochromatic Colors of #dbddcb

#dbddcb

Complementary Color

#dbddcb #cdcbdd

#dbddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddcb Color CSS Codes

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

#dbddcb Text Font Color

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

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


#dbddcb Background Color

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

This div background color is #dbddcb


#dbddcb Border Color

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

This div border color is #dbddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddcb


Comments

No comments written yet.

Please login to write comment.