Color Hex Logo

#dbcee5 Color Hex

#DBCEE5
(219,206,229)
0 Favorites   0 Comments

Color spaces of #dbcee5

RGB 219206229
HSL0.760.310.85
HSV274°10°90°
CMYK 0.040.100.00   0.10
XYZ65.427664.859883.1995
Yxy64.85980.30650.3038
Hunter Lab80.53564.0772-4.8763
CIE-Lab84.41148.6719-9.7220

#dbcee5 color RGB value is (219,206,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11100101
Octal 333 316 345
Decimal 219 206 229
Hex DB CE E5

RGB Percentages of Color #dbcee5

%33.49
%31.50
%35.02

CMYK Percentages of Color #dbcee5

%4
%10
%0
%10

Triadic Colors of #dbcee5

#dbcee5 #e5dbce #cee5db

Analogous Colors of #dbcee5

#dbcee5 #e5cee4 #d0cee5

Monochromatic Colors of #dbcee5

#dbcee5

Complementary Color

#dbcee5 #d8e5ce

#dbcee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcee5 Color CSS Codes

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

#dbcee5 Text Font Color

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

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


#dbcee5 Background Color

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

This div background color is #dbcee5


#dbcee5 Border Color

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

This div border color is #dbcee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcee5


Comments

No comments written yet.

Please login to write comment.