Color Hex Logo

#dbcef6 Color Hex

#DBCEF6
(219,206,246)
0 Favorites   0 Comments

Color spaces of #dbcef6

RGB 219206246
HSL0.720.690.89
HSV260°16°96°
CMYK 0.110.160.00   0.04
XYZ67.919365.856596.3206
Yxy65.85650.29520.2862
Hunter Lab81.15207.3776-13.5658
CIE-Lab84.923212.0008-17.9865

#dbcef6 color RGB value is (219,206,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11110110
Octal 333 316 366
Decimal 219 206 246
Hex DB CE F6

RGB Percentages of Color #dbcef6

%32.64
%30.70
%36.66

CMYK Percentages of Color #dbcef6

%11
%16
%0
%4

Triadic Colors of #dbcef6

#dbcef6 #f6dbce #cef6db

Analogous Colors of #dbcef6

#dbcef6 #efcef6 #ced5f6

Monochromatic Colors of #dbcef6

#dbcef6

Complementary Color

#dbcef6 #e9f6ce

#dbcef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcef6 Color CSS Codes

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

#dbcef6 Text Font Color

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

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


#dbcef6 Background Color

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

This div background color is #dbcef6


#dbcef6 Border Color

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

This div border color is #dbcef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcef6


Comments

No comments written yet.

Please login to write comment.