Color Hex Logo

#dbdcf6 Color Hex

#DBDCF6
(219,220,246)
0 Favorites   0 Comments

Color spaces of #dbdcf6

RGB 219220246
HSL0.660.600.91
HSV238°11°96°
CMYK 0.110.110.00   0.04
XYZ71.441272.900397.4946
Yxy72.90030.29540.3014
Hunter Lab85.3817-0.0621-7.9342
CIE-Lab88.40014.6106-12.7686

#dbdcf6 color RGB value is (219,220,246).

#dbdcf6 hex color red value is 219, green value is 220 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dbdcf6 hue: 0.66 , saturation: 0.60 and the lightness value of dbdcf6 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011100 11110110
Octal 333 334 366
Decimal 219 220 246
Hex DB DC F6

RGB Percentages of Color #dbdcf6

%31.97
%32.12
%35.91

CMYK Percentages of Color #dbdcf6

%11
%11
%0
%4

Triadic Colors of #dbdcf6

#dbdcf6 #f6dbdc #dcf6db

Analogous Colors of #dbdcf6

#dbdcf6 #e8dbf6 #dbeaf6

Monochromatic Colors of #dbdcf6

#dbdcf6

Complementary Color

#dbdcf6 #f6f5db

#dbdcf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdcf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdcf6 Color CSS Codes

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

#dbdcf6 Text Font Color

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

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


#dbdcf6 Background Color

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

This div background color is #dbdcf6


#dbdcf6 Border Color

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

This div border color is #dbdcf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdcf6


Comments

No comments written yet.

Please login to write comment.