Color Hex Logo

#dbc9ee Color Hex

#DBC9EE
(219,201,238)
0 Favorites   0 Comments

Color spaces of #dbc9ee

RGB 219201238
HSL0.750.520.86
HSV269°16°93°
CMYK 0.080.160.00   0.07
XYZ65.532763.006489.5964
Yxy63.00640.30040.2888
Hunter Lab79.37668.4593-11.3601
CIE-Lab83.445713.0706-15.9579

#dbc9ee color RGB value is (219,201,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 11101110
Octal 333 311 356
Decimal 219 201 238
Hex DB C9 EE

RGB Percentages of Color #dbc9ee

%33.28
%30.55
%36.17

CMYK Percentages of Color #dbc9ee

%8
%16
%0
%7

Triadic Colors of #dbc9ee

#dbc9ee #eedbc9 #c9eedb

Analogous Colors of #dbc9ee

#dbc9ee #eec9ee #c9caee

Monochromatic Colors of #dbc9ee

#dbc9ee

Complementary Color

#dbc9ee #dceec9

#dbc9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc9ee Color CSS Codes

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

#dbc9ee Text Font Color

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

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


#dbc9ee Background Color

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

This div background color is #dbc9ee


#dbc9ee Border Color

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

This div border color is #dbc9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc9ee


Comments

No comments written yet.

Please login to write comment.