Color Hex Logo

#dbc1ee Color Hex

#DBC1EE
(219,193,238)
0 Favorites   0 Comments

Color spaces of #dbc1ee

RGB 219193238
HSL0.760.570.85
HSV275°19°93°
CMYK 0.080.190.00   0.07
XYZ63.716059.373088.9909
Yxy59.37300.30040.2800
Hunter Lab77.053912.7577-14.5374
CIE-Lab81.496217.3538-18.8960

#dbc1ee color RGB value is (219,193,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 11101110
Octal 333 301 356
Decimal 219 193 238
Hex DB C1 EE

RGB Percentages of Color #dbc1ee

%33.69
%29.69
%36.62

CMYK Percentages of Color #dbc1ee

%8
%19
%0
%7

Triadic Colors of #dbc1ee

#dbc1ee #eedbc1 #c1eedb

Analogous Colors of #dbc1ee

#dbc1ee #eec1eb #c5c1ee

Monochromatic Colors of #dbc1ee

#dbc1ee

Complementary Color

#dbc1ee #d4eec1

#dbc1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc1ee Color CSS Codes

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

#dbc1ee Text Font Color

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

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


#dbc1ee Background Color

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

This div background color is #dbc1ee


#dbc1ee Border Color

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

This div border color is #dbc1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc1ee


Comments

No comments written yet.

Please login to write comment.