Color Hex Logo

#dbc9ea Color Hex

#DBC9EA
(219,201,234)
0 Favorites   0 Comments

Color spaces of #dbc9ea

RGB 219201234
HSL0.760.440.85
HSV273°14°92°
CMYK 0.060.140.00   0.08
XYZ64.951362.773986.5352
Yxy62.77390.30310.2930
Hunter Lab79.23007.6786-9.2957
CIE-Lab83.323312.2884-14.0098

#dbc9ea color RGB value is (219,201,234).

#dbc9ea hex color red value is 219, green value is 201 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dbc9ea hue: 0.76 , saturation: 0.44 and the lightness value of dbc9ea is 0.85.

The process color (four color CMYK) of #dbc9ea color hex is 0.06, 0.14, 0.00, 0.08. Web safe color of #dbc9ea is #ccccff. Color #dbc9ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 11101010
Octal 333 311 352
Decimal 219 201 234
Hex DB C9 EA

RGB Percentages of Color #dbc9ea

%33.49
%30.73
%35.78

CMYK Percentages of Color #dbc9ea

%6
%14
%0
%8

Triadic Colors of #dbc9ea

#dbc9ea #eadbc9 #c9eadb

Analogous Colors of #dbc9ea

#dbc9ea #eac9e9 #cbc9ea

Monochromatic Colors of #dbc9ea

#dbc9ea

Complementary Color

#dbc9ea #d8eac9

#dbc9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc9ea Color CSS Codes

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

#dbc9ea Text Font Color

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

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


#dbc9ea Background Color

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

This div background color is #dbc9ea


#dbc9ea Border Color

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

This div border color is #dbc9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc9ea


Comments

No comments written yet.

Please login to write comment.