Color Hex Logo

#ddbade Color Hex

#DDBADE
(221,186,222)
0 Favorites   0 Comments

Color spaces of #ddbade

RGB 221186222
HSL0.830.350.80
HSV298°16°87°
CMYK 0.000.160.00   0.13
XYZ60.562555.763976.6788
Yxy55.76390.31380.2889
Hunter Lab74.675214.0840-8.6081
CIE-Lab79.479318.7057-13.3185

#ddbade color RGB value is (221,186,222).

#ddbade hex color red value is 221, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ddbade hue: 0.83 , saturation: 0.35 and the lightness value of ddbade is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11011110
Octal 335 272 336
Decimal 221 186 222
Hex DD BA DE

RGB Percentages of Color #ddbade

%35.14
%29.57
%35.29

CMYK Percentages of Color #ddbade

%0
%16
%0
%13

Triadic Colors of #ddbade

#ddbade #deddba #badedd

Analogous Colors of #ddbade

#ddbade #debacd #cbbade

Monochromatic Colors of #ddbade

#ddbade

Complementary Color

#ddbade #bbdeba

#ddbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbade Color CSS Codes

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

#ddbade Text Font Color

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

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


#ddbade Background Color

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

This div background color is #ddbade


#ddbade Border Color

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

This div border color is #ddbade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,186,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 #ddbade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbade


Comments

No comments written yet.

Please login to write comment.