Color Hex Logo

#dbcffa Color Hex

#DBCFFA
(219,207,250)
0 Favorites   0 Comments

Color spaces of #dbcffa

RGB 219207250
HSL0.710.810.90
HSV257°17°98°
CMYK 0.120.170.00   0.02
XYZ68.781666.587899.6700
Yxy66.58780.29260.2833
Hunter Lab81.60137.6549-15.2974
CIE-Lab85.295412.2804-19.5449

#dbcffa color RGB value is (219,207,250).

#dbcffa hex color red value is 219, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dbcffa hue: 0.71 , saturation: 0.81 and the lightness value of dbcffa is 0.90.

The process color (four color CMYK) of #dbcffa color hex is 0.12, 0.17, 0.00, 0.02. Web safe color of #dbcffa is #ccccff. Color #dbcffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 11111010
Octal 333 317 372
Decimal 219 207 250
Hex DB CF FA

RGB Percentages of Color #dbcffa

%32.40
%30.62
%36.98

CMYK Percentages of Color #dbcffa

%12
%17
%0
%2

Triadic Colors of #dbcffa

#dbcffa #fadbcf #cffadb

Analogous Colors of #dbcffa

#dbcffa #f1cffa #cfd9fa

Monochromatic Colors of #dbcffa

#dbcffa

Complementary Color

#dbcffa #eefacf

#dbcffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcffa Color CSS Codes

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

#dbcffa Text Font Color

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

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


#dbcffa Background Color

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

This div background color is #dbcffa


#dbcffa Border Color

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

This div border color is #dbcffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcffa


Comments

No comments written yet.

Please login to write comment.