Color Hex Logo

#dbcef5 Color Hex

#DBCEF5
(219,206,245)
0 Favorites   0 Comments

Color spaces of #dbcef5

RGB 219206245
HSL0.720.660.88
HSV260°16°96°
CMYK 0.110.160.00   0.04
XYZ67.766265.795395.5143
Yxy65.79530.29580.2872
Hunter Lab81.11437.1762-13.0356
CIE-Lab84.891911.7995-17.5032

#dbcef5 color RGB value is (219,206,245).

#dbcef5 hex color red value is 219, green value is 206 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dbcef5 hue: 0.72 , saturation: 0.66 and the lightness value of dbcef5 is 0.88.

The process color (four color CMYK) of #dbcef5 color hex is 0.11, 0.16, 0.00, 0.04. Web safe color of #dbcef5 is #ccccff. Color #dbcef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11110101
Octal 333 316 365
Decimal 219 206 245
Hex DB CE F5

RGB Percentages of Color #dbcef5

%32.69
%30.75
%36.57

CMYK Percentages of Color #dbcef5

%11
%16
%0
%4

Triadic Colors of #dbcef5

#dbcef5 #f5dbce #cef5db

Analogous Colors of #dbcef5

#dbcef5 #efcef5 #ced5f5

Monochromatic Colors of #dbcef5

#dbcef5

Complementary Color

#dbcef5 #e8f5ce

#dbcef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcef5 Color CSS Codes

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

#dbcef5 Text Font Color

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

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


#dbcef5 Background Color

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

This div background color is #dbcef5


#dbcef5 Border Color

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

This div border color is #dbcef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcef5


Comments

No comments written yet.

Please login to write comment.