Color Hex Logo

#dbc0df Color Hex

#DBC0DF
(219,192,223)
0 Favorites   0 Comments

Color spaces of #dbc0df

RGB 219192223
HSL0.810.330.81
HSV292°14°87°
CMYK 0.020.140.00   0.13
XYZ61.382358.087177.7888
Yxy58.08710.31120.2945
Hunter Lab76.214910.3851-7.1640
CIE-Lab80.787215.0007-11.9179

#dbc0df color RGB value is (219,192,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 11011111
Octal 333 300 337
Decimal 219 192 223
Hex DB C0 DF

RGB Percentages of Color #dbc0df

%34.54
%30.28
%35.17

CMYK Percentages of Color #dbc0df

%2
%14
%0
%13

Triadic Colors of #dbc0df

#dbc0df #dfdbc0 #c0dfdb

Analogous Colors of #dbc0df

#dbc0df #dfc0d4 #ccc0df

Monochromatic Colors of #dbc0df

#dbc0df

Complementary Color

#dbc0df #c4dfc0

#dbc0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc0df Color CSS Codes

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

#dbc0df Text Font Color

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

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


#dbc0df Background Color

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

This div background color is #dbc0df


#dbc0df Border Color

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

This div border color is #dbc0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc0df


Comments

No comments written yet.

Please login to write comment.