Color Hex Logo

#dbdffa Color Hex

#DBDFFA
(219,223,250)
0 Favorites   0 Comments

Color spaces of #dbdffa

RGB 219223250
HSL0.650.760.92
HSV232°12°98°
CMYK 0.120.110.00   0.02
XYZ72.856474.7375101.0283
Yxy74.73750.29300.3006
Hunter Lab86.4509-0.8582-8.7720
CIE-Lab89.26993.8439-13.5704

#dbdffa color RGB value is (219,223,250).

#dbdffa hex color red value is 219, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dbdffa hue: 0.65 , saturation: 0.76 and the lightness value of dbdffa is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 11111010
Octal 333 337 372
Decimal 219 223 250
Hex DB DF FA

RGB Percentages of Color #dbdffa

%31.65
%32.23
%36.13

CMYK Percentages of Color #dbdffa

%12
%11
%0
%2

Triadic Colors of #dbdffa

#dbdffa #fadbdf #dffadb

Analogous Colors of #dbdffa

#dbdffa #e7dbfa #dbeffa

Monochromatic Colors of #dbdffa

#dbdffa

Complementary Color

#dbdffa #faf6db

#dbdffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdffa Color CSS Codes

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

#dbdffa Text Font Color

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

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


#dbdffa Background Color

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

This div background color is #dbdffa


#dbdffa Border Color

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

This div border color is #dbdffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdffa


Comments

No comments written yet.

Please login to write comment.