Color Hex Logo

#dbc6ed Color Hex

#DBC6ED
(219,198,237)
0 Favorites   0 Comments

Color spaces of #dbc6ed

RGB 219198237
HSL0.760.520.85
HSV272°16°93°
CMYK 0.080.160.00   0.07
XYZ64.693661.562788.5938
Yxy61.56270.30110.2865
Hunter Lab78.46199.8689-12.0229
CIE-Lab82.680314.4765-16.5759

#dbc6ed color RGB value is (219,198,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 11101101
Octal 333 306 355
Decimal 219 198 237
Hex DB C6 ED

RGB Percentages of Color #dbc6ed

%33.49
%30.28
%36.24

CMYK Percentages of Color #dbc6ed

%8
%16
%0
%7

Triadic Colors of #dbc6ed

#dbc6ed #eddbc6 #c6eddb

Analogous Colors of #dbc6ed

#dbc6ed #edc6ec #c8c6ed

Monochromatic Colors of #dbc6ed

#dbc6ed

Complementary Color

#dbc6ed #d8edc6

#dbc6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc6ed Color CSS Codes

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

#dbc6ed Text Font Color

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

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


#dbc6ed Background Color

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

This div background color is #dbc6ed


#dbc6ed Border Color

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

This div border color is #dbc6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc6ed


Comments

No comments written yet.

Please login to write comment.