Color Hex Logo

#dbbcdf Color Hex

#DBBCDF
(219,188,223)
0 Favorites   0 Comments

Color spaces of #dbbcdf

RGB 219188223
HSL0.810.350.81
HSV293°16°87°
CMYK 0.020.160.00   0.13
XYZ60.515956.354277.5000
Yxy56.35420.31130.2899
Hunter Lab75.069412.5231-8.6611
CIE-Lab79.815017.1482-13.3726

#dbbcdf color RGB value is (219,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 11011111
Octal 333 274 337
Decimal 219 188 223
Hex DB BC DF

RGB Percentages of Color #dbbcdf

%34.76
%29.84
%35.40

CMYK Percentages of Color #dbbcdf

%2
%16
%0
%13

Triadic Colors of #dbbcdf

#dbbcdf #dfdbbc #bcdfdb

Analogous Colors of #dbbcdf

#dbbcdf #dfbcd2 #cabcdf

Monochromatic Colors of #dbbcdf

#dbbcdf

Complementary Color

#dbbcdf #c0dfbc

#dbbcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbcdf Color CSS Codes

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

#dbbcdf Text Font Color

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

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


#dbbcdf Background Color

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

This div background color is #dbbcdf


#dbbcdf Border Color

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

This div border color is #dbbcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbcdf


Comments

No comments written yet.

Please login to write comment.