Color Hex Logo

#dbddf5 Color Hex

#DBDDF5
(219,221,245)
0 Favorites   0 Comments

Color spaces of #dbddf5

RGB 219221245
HSL0.650.570.91
HSV235°11°96°
CMYK 0.110.100.00   0.04
XYZ71.551373.365596.7760
Yxy73.36550.29600.3035
Hunter Lab85.6537-0.7829-7.0314
CIE-Lab88.62173.8888-11.9117

#dbddf5 color RGB value is (219,221,245).

#dbddf5 hex color red value is 219, green value is 221 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dbddf5 hue: 0.65 , saturation: 0.57 and the lightness value of dbddf5 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 11110101
Octal 333 335 365
Decimal 219 221 245
Hex DB DD F5

RGB Percentages of Color #dbddf5

%31.97
%32.26
%35.77

CMYK Percentages of Color #dbddf5

%11
%10
%0
%4

Triadic Colors of #dbddf5

#dbddf5 #f5dbdd #ddf5db

Analogous Colors of #dbddf5

#dbddf5 #e6dbf5 #dbeaf5

Monochromatic Colors of #dbddf5

#dbddf5

Complementary Color

#dbddf5 #f5f3db

#dbddf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddf5 Color CSS Codes

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

#dbddf5 Text Font Color

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

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


#dbddf5 Background Color

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

This div background color is #dbddf5


#dbddf5 Border Color

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

This div border color is #dbddf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddf5

Related Colors


Comments

No comments written yet.

Please login to write comment.