Color Hex Logo

#dddabf Color Hex

#DDDABF
(221,218,191)
0 Favorites   0 Comments

Color spaces of #dddabf

RGB 221218191
HSL0.150.310.81
HSV54°14°87°
CMYK 0.000.010.14   0.13
XYZ64.294269.276559.2733
Yxy69.27650.33340.3592
Hunter Lab83.2325-7.771916.0399
CIE-Lab86.6408-3.501513.6631

#dddabf color RGB value is (221,218,191).

#dddabf hex color red value is 221, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dddabf hue: 0.15 , saturation: 0.31 and the lightness value of dddabf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 10111111
Octal 335 332 277
Decimal 221 218 191
Hex DD DA BF

RGB Percentages of Color #dddabf

%35.08
%34.60
%30.32

CMYK Percentages of Color #dddabf

%0
%1
%14
%13

Triadic Colors of #dddabf

#dddabf #bfddda #dabfdd

Analogous Colors of #dddabf

#dddabf #d1ddbf #ddcbbf

Monochromatic Colors of #dddabf

#dddabf

Complementary Color

#dddabf #bfc2dd

#dddabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddabf Color CSS Codes

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

#dddabf Text Font Color

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

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


#dddabf Background Color

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

This div background color is #dddabf


#dddabf Border Color

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

This div border color is #dddabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddabf

#dddabf Color Palettes


Comments

No comments written yet.

Please login to write comment.