Color Hex Logo

#dbbecc Color Hex

#DBBECC
(219,190,204)
0 Favorites   0 Comments

Color spaces of #dbbecc

RGB 219190204
HSL0.920.290.80
HSV331°13°86°
CMYK 0.000.130.07   0.14
XYZ58.526056.246664.8988
Yxy56.24660.32570.3131
Hunter Lab74.99778.05011.1922
CIE-Lab79.754012.6439-3.2217

#dbbecc color RGB value is (219,190,204).

#dbbecc hex color red value is 219, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dbbecc hue: 0.92 , saturation: 0.29 and the lightness value of dbbecc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11001100
Octal 333 276 314
Decimal 219 190 204
Hex DB BE CC

RGB Percentages of Color #dbbecc

%35.73
%31.00
%33.28

CMYK Percentages of Color #dbbecc

%0
%13
%7
%14

Triadic Colors of #dbbecc

#dbbecc #ccdbbe #beccdb

Analogous Colors of #dbbecc

#dbbecc #dbbfbe #dbbedb

Monochromatic Colors of #dbbecc

#dbbecc

Complementary Color

#dbbecc #bedbcd

#dbbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbecc Color CSS Codes

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

#dbbecc Text Font Color

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

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


#dbbecc Background Color

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

This div background color is #dbbecc


#dbbecc Border Color

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

This div border color is #dbbecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbecc


Comments

No comments written yet.

Please login to write comment.