Color Hex Logo

#dbcbe1 Color Hex

#DBCBE1
(219,203,225)
0 Favorites   0 Comments

Color spaces of #dbcbe1

RGB 219203225
HSL0.790.270.84
HSV284°10°88°
CMYK 0.030.100.00   0.12
XYZ64.160063.208280.0530
Yxy63.20820.30930.3047
Hunter Lab79.50364.9196-4.0472
CIE-Lab83.55189.5075-8.8695

#dbcbe1 color RGB value is (219,203,225).

#dbcbe1 hex color red value is 219, green value is 203 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dbcbe1 hue: 0.79 , saturation: 0.27 and the lightness value of dbcbe1 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 11100001
Octal 333 313 341
Decimal 219 203 225
Hex DB CB E1

RGB Percentages of Color #dbcbe1

%33.85
%31.38
%34.78

CMYK Percentages of Color #dbcbe1

%3
%10
%0
%12

Triadic Colors of #dbcbe1

#dbcbe1 #e1dbcb #cbe1db

Analogous Colors of #dbcbe1

#dbcbe1 #e1cbdc #d0cbe1

Monochromatic Colors of #dbcbe1

#dbcbe1

Complementary Color

#dbcbe1 #d1e1cb

#dbcbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcbe1 Color CSS Codes

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

#dbcbe1 Text Font Color

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

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


#dbcbe1 Background Color

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

This div background color is #dbcbe1


#dbcbe1 Border Color

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

This div border color is #dbcbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcbe1


Comments

No comments written yet.

Please login to write comment.