Color Hex Logo

#dbdeff Color Hex

#DBDEFF
(219,222,255)
0 Favorites   0 Comments

Color spaces of #dbdeff

RGB 219222255
HSL0.651.000.93
HSV235°14°100°
CMYK 0.140.130.00   0.00
XYZ73.384774.5226105.1243
Yxy74.52260.29000.2945
Hunter Lab86.32650.6686-11.7720
CIE-Lab89.16895.3826-16.3459

#dbdeff color RGB value is (219,222,255).

#dbdeff hex color red value is 219, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dbdeff hue: 0.65 , saturation: 1.00 and the lightness value of dbdeff is 0.93.

The process color (four color CMYK) of #dbdeff color hex is 0.14, 0.13, 0.00, 0.00. Web safe color of #dbdeff is #ccccff. Color #dbdeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 11111111
Octal 333 336 377
Decimal 219 222 255
Hex DB DE FF

RGB Percentages of Color #dbdeff

%31.47
%31.90
%36.64

CMYK Percentages of Color #dbdeff

%14
%13
%0
%0

Triadic Colors of #dbdeff

#dbdeff #ffdbde #deffdb

Analogous Colors of #dbdeff

#dbdeff #eadbff #dbf0ff

Monochromatic Colors of #dbdeff

#dbdeff

Complementary Color

#dbdeff #fffcdb

#dbdeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdeff Color CSS Codes

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

#dbdeff Text Font Color

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

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


#dbdeff Background Color

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

This div background color is #dbdeff


#dbdeff Border Color

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

This div border color is #dbdeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdeff

Related Colors


Comments

No comments written yet.

Please login to write comment.