Color Hex Logo

#dbcce9 Color Hex

#DBCCE9
(219,204,233)
0 Favorites   0 Comments

Color spaces of #dbcce9

RGB 219204233
HSL0.750.400.86
HSV271°12°91°
CMYK 0.060.120.00   0.09
XYZ65.514364.129086.0160
Yxy64.12900.30380.2974
Hunter Lab80.08065.8907-7.6280
CIE-Lab84.032910.4985-12.4151

#dbcce9 color RGB value is (219,204,233).

#dbcce9 hex color red value is 219, green value is 204 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #dbcce9 hue: 0.75 , saturation: 0.40 and the lightness value of dbcce9 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 11101001
Octal 333 314 351
Decimal 219 204 233
Hex DB CC E9

RGB Percentages of Color #dbcce9

%33.38
%31.10
%35.52

CMYK Percentages of Color #dbcce9

%6
%12
%0
%9

Triadic Colors of #dbcce9

#dbcce9 #e9dbcc #cce9db

Analogous Colors of #dbcce9

#dbcce9 #e9cce9 #cdcce9

Monochromatic Colors of #dbcce9

#dbcce9

Complementary Color

#dbcce9 #dae9cc

#dbcce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcce9 Color CSS Codes

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

#dbcce9 Text Font Color

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

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


#dbcce9 Background Color

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

This div background color is #dbcce9


#dbcce9 Border Color

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

This div border color is #dbcce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcce9


Comments

No comments written yet.

Please login to write comment.