Color Hex Logo

#dabdde Color Hex

#DABDDE
(218,189,222)
0 Favorites   0 Comments

Color spaces of #dabdde

RGB 218189222
HSL0.810.330.81
HSV293°15°87°
CMYK 0.020.150.00   0.13
XYZ60.295956.574576.8493
Yxy56.57450.31130.2920
Hunter Lab75.216011.4641-7.9262
CIE-Lab79.939716.0889-12.6564

#dabdde color RGB value is (218,189,222).

#dabdde hex color red value is 218, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dabdde hue: 0.81 , saturation: 0.33 and the lightness value of dabdde is 0.81.

The process color (four color CMYK) of #dabdde color hex is 0.02, 0.15, 0.00, 0.13. Web safe color of #dabdde is #cccccc. Color #dabdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 11011110
Octal 332 275 336
Decimal 218 189 222
Hex DA BD DE

RGB Percentages of Color #dabdde

%34.66
%30.05
%35.29

CMYK Percentages of Color #dabdde

%2
%15
%0
%13

Triadic Colors of #dabdde

#dabdde #dedabd #bddeda

Analogous Colors of #dabdde

#dabdde #debdd2 #cabdde

Monochromatic Colors of #dabdde

#dabdde

Complementary Color

#dabdde #c1debd

#dabdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdde Color CSS Codes

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

#dabdde Text Font Color

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

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


#dabdde Background Color

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

This div background color is #dabdde


#dabdde Border Color

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

This div border color is #dabdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdde


Comments

No comments written yet.

Please login to write comment.