Color Hex Logo

#dbbee3 Color Hex

#DBBEE3
(219,190,227)
0 Favorites   0 Comments

Color spaces of #dbbee3

RGB 219190227
HSL0.800.400.82
HSV287°16°89°
CMYK 0.040.160.00   0.11
XYZ61.492057.433080.5178
Yxy57.43300.30830.2880
Hunter Lab75.784612.2129-9.9439
CIE-Lab80.422516.8299-14.6135

#dbbee3 color RGB value is (219,190,227).

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

The process color (four color CMYK) of #dbbee3 color hex is 0.04, 0.16, 0.00, 0.11. Web safe color of #dbbee3 is #cccccc. Color #dbbee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11100011
Octal 333 276 343
Decimal 219 190 227
Hex DB BE E3

RGB Percentages of Color #dbbee3

%34.43
%29.87
%35.69

CMYK Percentages of Color #dbbee3

%4
%16
%0
%11

Triadic Colors of #dbbee3

#dbbee3 #e3dbbe #bee3db

Analogous Colors of #dbbee3

#dbbee3 #e3bed9 #c9bee3

Monochromatic Colors of #dbbee3

#dbbee3

Complementary Color

#dbbee3 #c6e3be

#dbbee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbee3 Color CSS Codes

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

#dbbee3 Text Font Color

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

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


#dbbee3 Background Color

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

This div background color is #dbbee3


#dbbee3 Border Color

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

This div border color is #dbbee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbee3


Comments

No comments written yet.

Please login to write comment.