Color Hex Logo

#dbc9ef Color Hex

#DBC9EF
(219,201,239)
0 Favorites   0 Comments

Color spaces of #dbc9ef

RGB 219201239
HSL0.750.540.86
HSV268°16°94°
CMYK 0.080.160.00   0.06
XYZ65.680063.065490.3725
Yxy63.06540.29970.2878
Hunter Lab79.41378.6564-11.8822
CIE-Lab83.476813.2676-16.4440

#dbc9ef color RGB value is (219,201,239).

#dbc9ef hex color red value is 219, green value is 201 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dbc9ef hue: 0.75 , saturation: 0.54 and the lightness value of dbc9ef is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 11101111
Octal 333 311 357
Decimal 219 201 239
Hex DB C9 EF

RGB Percentages of Color #dbc9ef

%33.23
%30.50
%36.27

CMYK Percentages of Color #dbc9ef

%8
%16
%0
%6

Triadic Colors of #dbc9ef

#dbc9ef #efdbc9 #c9efdb

Analogous Colors of #dbc9ef

#dbc9ef #eec9ef #c9caef

Monochromatic Colors of #dbc9ef

#dbc9ef

Complementary Color

#dbc9ef #ddefc9

#dbc9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc9ef Color CSS Codes

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

#dbc9ef Text Font Color

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

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


#dbc9ef Background Color

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

This div background color is #dbc9ef


#dbc9ef Border Color

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

This div border color is #dbc9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc9ef

#dbc9ef Color Palettes


Comments

No comments written yet.

Please login to write comment.