Color Hex Logo

#dbbedf Color Hex

#DBBEDF
(219,190,223)
0 Favorites   0 Comments

Color spaces of #dbbedf

RGB 219190223
HSL0.810.340.81
HSV293°15°87°
CMYK 0.020.150.00   0.13
XYZ60.946257.214777.6434
Yxy57.21470.31130.2922
Hunter Lab75.640411.4532-7.9118
CIE-Lab80.300216.0739-12.6461

#dbbedf color RGB value is (219,190,223).

#dbbedf hex color red value is 219, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dbbedf hue: 0.81 , saturation: 0.34 and the lightness value of dbbedf is 0.81.

The process color (four color CMYK) of #dbbedf color hex is 0.02, 0.15, 0.00, 0.13. Web safe color of #dbbedf is #cccccc. Color #dbbedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11011111
Octal 333 276 337
Decimal 219 190 223
Hex DB BE DF

RGB Percentages of Color #dbbedf

%34.65
%30.06
%35.28

CMYK Percentages of Color #dbbedf

%2
%15
%0
%13

Triadic Colors of #dbbedf

#dbbedf #dfdbbe #bedfdb

Analogous Colors of #dbbedf

#dbbedf #dfbed3 #cbbedf

Monochromatic Colors of #dbbedf

#dbbedf

Complementary Color

#dbbedf #c2dfbe

#dbbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbedf Color CSS Codes

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

#dbbedf Text Font Color

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

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


#dbbedf Background Color

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

This div background color is #dbbedf


#dbbedf Border Color

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

This div border color is #dbbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbedf

#dbbedf Color Palettes


Comments

No comments written yet.

Please login to write comment.