Color Hex Logo

#dbc5e1 Color Hex

#DBC5E1
(219,197,225)
0 Favorites   0 Comments

Color spaces of #dbc5e1

RGB 219197225
HSL0.800.320.83
HSV287°12°88°
CMYK 0.030.120.00   0.12
XYZ62.770360.428879.5897
Yxy60.42880.30950.2980
Hunter Lab77.73608.0974-6.2887
CIE-Lab82.070712.7017-11.0742

#dbc5e1 color RGB value is (219,197,225).

#dbc5e1 hex color red value is 219, green value is 197 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dbc5e1 hue: 0.80 , saturation: 0.32 and the lightness value of dbc5e1 is 0.83.

The process color (four color CMYK) of #dbc5e1 color hex is 0.03, 0.12, 0.00, 0.12. Web safe color of #dbc5e1 is #cccccc. Color #dbc5e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 11100001
Octal 333 305 341
Decimal 219 197 225
Hex DB C5 E1

RGB Percentages of Color #dbc5e1

%34.17
%30.73
%35.10

CMYK Percentages of Color #dbc5e1

%3
%12
%0
%12

Triadic Colors of #dbc5e1

#dbc5e1 #e1dbc5 #c5e1db

Analogous Colors of #dbc5e1

#dbc5e1 #e1c5d9 #cdc5e1

Monochromatic Colors of #dbc5e1

#dbc5e1

Complementary Color

#dbc5e1 #cbe1c5

#dbc5e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc5e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc5e1 Color CSS Codes

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

#dbc5e1 Text Font Color

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

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


#dbc5e1 Background Color

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

This div background color is #dbc5e1


#dbc5e1 Border Color

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

This div border color is #dbc5e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc5e1


Comments

No comments written yet.

Please login to write comment.