Color Hex Logo

#dbcce7 Color Hex

#DBCCE7
(219,204,231)
0 Favorites   0 Comments

Color spaces of #dbcce7

RGB 219204231
HSL0.760.360.85
HSV273°12°91°
CMYK 0.050.120.00   0.09
XYZ65.230164.015384.5195
Yxy64.01530.30510.2995
Hunter Lab80.00965.5105-6.6253
CIE-Lab83.973710.1139-11.4386

#dbcce7 color RGB value is (219,204,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 11100111
Octal 333 314 347
Decimal 219 204 231
Hex DB CC E7

RGB Percentages of Color #dbcce7

%33.49
%31.19
%35.32

CMYK Percentages of Color #dbcce7

%5
%12
%0
%9

Triadic Colors of #dbcce7

#dbcce7 #e7dbcc #cce7db

Analogous Colors of #dbcce7

#dbcce7 #e7cce6 #cecce7

Monochromatic Colors of #dbcce7

#dbcce7

Complementary Color

#dbcce7 #d8e7cc

#dbcce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcce7 Color CSS Codes

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

#dbcce7 Text Font Color

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

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


#dbcce7 Background Color

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

This div background color is #dbcce7


#dbcce7 Border Color

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

This div border color is #dbcce7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcce7

#dbcce7 Color Palettes


Comments

No comments written yet.

Please login to write comment.