Color Hex Logo

#dddadb Color Hex

#DDDADB
(221,218,219)
0 Favorites   0 Comments

Color spaces of #dddadb

RGB 221218219
HSL0.940.040.86
HSV340°87°
CMYK 0.000.010.01   0.13
XYZ67.676470.629477.0837
Yxy70.62940.31420.3279
Hunter Lab84.0413-3.33064.4474
CIE-Lab87.30461.2023-0.1391

#dddadb color RGB value is (221,218,219).

#dddadb hex color red value is 221, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dddadb hue: 0.94 , saturation: 0.04 and the lightness value of dddadb is 0.86.

The process color (four color CMYK) of #dddadb color hex is 0.00, 0.01, 0.01, 0.13. Web safe color of #dddadb is #cccccc. Color #dddadb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 11011011
Octal 335 332 333
Decimal 221 218 219
Hex DD DA DB

RGB Percentages of Color #dddadb

%33.59
%33.13
%33.28

CMYK Percentages of Color #dddadb

%0
%1
%1
%13

Triadic Colors of #dddadb

#dddadb #dbddda #dadbdd

Analogous Colors of #dddadb

#dddadb #dddbda #dddadd

Monochromatic Colors of #dddadb

#dddadb

Complementary Color

#dddadb #dadddc

#dddadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddadb Color CSS Codes

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

#dddadb Text Font Color

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

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


#dddadb Background Color

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

This div background color is #dddadb


#dddadb Border Color

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

This div border color is #dddadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddadb


Comments

No comments written yet.

Please login to write comment.