Color Hex Logo

#dbcbe7 Color Hex

#DBCBE7
(219,203,231)
0 Favorites   0 Comments

Color spaces of #dbcbe7

RGB 219203231
HSL0.760.370.85
HSV274°12°91°
CMYK 0.050.120.00   0.09
XYZ64.993263.541584.4405
Yxy63.54150.30520.2984
Hunter Lab79.71296.0407-7.0073
CIE-Lab83.726510.6451-11.8076

#dbcbe7 color RGB value is (219,203,231).

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

The process color (four color CMYK) of #dbcbe7 color hex is 0.05, 0.12, 0.00, 0.09. Web safe color of #dbcbe7 is #ccccff. Color #dbcbe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 11100111
Octal 333 313 347
Decimal 219 203 231
Hex DB CB E7

RGB Percentages of Color #dbcbe7

%33.54
%31.09
%35.38

CMYK Percentages of Color #dbcbe7

%5
%12
%0
%9

Triadic Colors of #dbcbe7

#dbcbe7 #e7dbcb #cbe7db

Analogous Colors of #dbcbe7

#dbcbe7 #e7cbe5 #cdcbe7

Monochromatic Colors of #dbcbe7

#dbcbe7

Complementary Color

#dbcbe7 #d7e7cb

#dbcbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcbe7 Color CSS Codes

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

#dbcbe7 Text Font Color

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

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


#dbcbe7 Background Color

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

This div background color is #dbcbe7


#dbcbe7 Border Color

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

This div border color is #dbcbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcbe7


Comments

No comments written yet.

Please login to write comment.