Color Hex Logo

#dabbdd Color Hex

#DABBDD
(218,187,221)
0 Favorites   0 Comments

Color spaces of #dabbdd

RGB 218187221
HSL0.820.330.80
HSV295°15°87°
CMYK 0.010.150.00   0.13
XYZ59.734955.666576.0030
Yxy55.66650.31210.2908
Hunter Lab74.610012.3448-8.1700
CIE-Lab79.423616.9766-12.8901

#dabbdd color RGB value is (218,187,221).

#dabbdd hex color red value is 218, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dabbdd hue: 0.82 , saturation: 0.33 and the lightness value of dabbdd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 11011101
Octal 332 273 335
Decimal 218 187 221
Hex DA BB DD

RGB Percentages of Color #dabbdd

%34.82
%29.87
%35.30

CMYK Percentages of Color #dabbdd

%1
%15
%0
%13

Triadic Colors of #dabbdd

#dabbdd #dddabb #bbddda

Analogous Colors of #dabbdd

#dabbdd #ddbbcf #c9bbdd

Monochromatic Colors of #dabbdd

#dabbdd

Complementary Color

#dabbdd #beddbb

#dabbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbdd Color CSS Codes

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

#dabbdd Text Font Color

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

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


#dabbdd Background Color

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

This div background color is #dabbdd


#dabbdd Border Color

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

This div border color is #dabbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbdd


Comments

No comments written yet.

Please login to write comment.