Color Hex Logo

#dbcccb Color Hex

#DBCCCB
(219,204,203)
0 Favorites   0 Comments

Color spaces of #dbcccb

RGB 219204203
HSL0.010.180.83
HSV86°
CMYK 0.000.070.07   0.14
XYZ61.585862.557665.3288
Yxy62.55760.32500.3302
Hunter Lab79.09340.57516.3936
CIE-Lab83.20915.03872.3644

#dbcccb color RGB value is (219,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 11001011
Octal 333 314 313
Decimal 219 204 203
Hex DB CC CB

RGB Percentages of Color #dbcccb

%34.98
%32.59
%32.43

CMYK Percentages of Color #dbcccb

%0
%7
%7
%14

Triadic Colors of #dbcccb

#dbcccb #cbdbcc #cccbdb

Analogous Colors of #dbcccb

#dbcccb #dbd4cb #dbcbd2

Monochromatic Colors of #dbcccb

#dbcccb

Complementary Color

#dbcccb #cbdadb

#dbcccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcccb Color CSS Codes

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

#dbcccb Text Font Color

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

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


#dbcccb Background Color

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

This div background color is #dbcccb


#dbcccb Border Color

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

This div border color is #dbcccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcccb


Comments

No comments written yet.

Please login to write comment.