Color Hex Logo

#dbc5df Color Hex

#DBC5DF
(219,197,223)
0 Favorites   0 Comments

Color spaces of #dbc5df

RGB 219197223
HSL0.810.290.82
HSV291°12°87°
CMYK 0.020.120.00   0.13
XYZ62.499060.320378.1610
Yxy60.32030.31100.3001
Hunter Lab77.66617.7256-5.3015
CIE-Lab82.012012.3266-10.0909

#dbc5df color RGB value is (219,197,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 11011111
Octal 333 305 337
Decimal 219 197 223
Hex DB C5 DF

RGB Percentages of Color #dbc5df

%34.27
%30.83
%34.90

CMYK Percentages of Color #dbc5df

%2
%12
%0
%13

Triadic Colors of #dbc5df

#dbc5df #dfdbc5 #c5dfdb

Analogous Colors of #dbc5df

#dbc5df #dfc5d6 #cec5df

Monochromatic Colors of #dbc5df

#dbc5df

Complementary Color

#dbc5df #c9dfc5

#dbc5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc5df Color CSS Codes

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

#dbc5df Text Font Color

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

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


#dbc5df Background Color

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

This div background color is #dbc5df


#dbc5df Border Color

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

This div border color is #dbc5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc5df


Comments

No comments written yet.

Please login to write comment.