Color Hex Logo

#dbbed7 Color Hex

#DBBED7
(219,190,215)
0 Favorites   0 Comments

Color spaces of #dbbed7

RGB 219190215
HSL0.860.290.80
HSV308°13°86°
CMYK 0.000.130.02   0.14
XYZ59.892656.793372.0955
Yxy56.79330.31730.3008
Hunter Lab75.36139.9786-3.9677
CIE-Lab80.063214.5964-8.6933

#dbbed7 color RGB value is (219,190,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11010111
Octal 333 276 327
Decimal 219 190 215
Hex DB BE D7

RGB Percentages of Color #dbbed7

%35.10
%30.45
%34.46

CMYK Percentages of Color #dbbed7

%0
%13
%2
%14

Triadic Colors of #dbbed7

#dbbed7 #d7dbbe #bed7db

Analogous Colors of #dbbed7

#dbbed7 #dbbec9 #d1bedb

Monochromatic Colors of #dbbed7

#dbbed7

Complementary Color

#dbbed7 #bedbc2

#dbbed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbed7 Color CSS Codes

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

#dbbed7 Text Font Color

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

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


#dbbed7 Background Color

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

This div background color is #dbbed7


#dbbed7 Border Color

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

This div border color is #dbbed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbed7


Comments

No comments written yet.

Please login to write comment.