Color Hex Logo

#dbc7ee Color Hex

#DBC7EE
(219,199,238)
0 Favorites   0 Comments

Color spaces of #dbc7ee

RGB 219199238
HSL0.750.530.86
HSV271°16°93°
CMYK 0.080.160.00   0.07
XYZ65.069562.080089.4420
Yxy62.08000.30040.2866
Hunter Lab78.79099.5304-12.1514
CIE-Lab82.955914.1387-16.6947

#dbc7ee color RGB value is (219,199,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 11101110
Octal 333 307 356
Decimal 219 199 238
Hex DB C7 EE

RGB Percentages of Color #dbc7ee

%33.38
%30.34
%36.28

CMYK Percentages of Color #dbc7ee

%8
%16
%0
%7

Triadic Colors of #dbc7ee

#dbc7ee #eedbc7 #c7eedb

Analogous Colors of #dbc7ee

#dbc7ee #eec7ee #c8c7ee

Monochromatic Colors of #dbc7ee

#dbc7ee

Complementary Color

#dbc7ee #daeec7

#dbc7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc7ee Color CSS Codes

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

#dbc7ee Text Font Color

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

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


#dbc7ee Background Color

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

This div background color is #dbc7ee


#dbc7ee Border Color

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

This div border color is #dbc7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc7ee

#dbc7ee Color Palettes


Comments

No comments written yet.

Please login to write comment.