Color Hex Logo

#dcbede Color Hex

#DCBEDE
(220,190,222)
0 Favorites   0 Comments

Color spaces of #dcbede

RGB 220190222
HSL0.820.330.81
HSV296°14°87°
CMYK 0.010.140.00   0.13
XYZ61.113557.316576.9494
Yxy57.31650.31280.2934
Hunter Lab75.707711.6022-7.2671
CIE-Lab80.357316.2220-12.0137

#dcbede color RGB value is (220,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11011110
Octal 334 276 336
Decimal 220 190 222
Hex DC BE DE

RGB Percentages of Color #dcbede

%34.81
%30.06
%35.13

CMYK Percentages of Color #dcbede

%1
%14
%0
%13

Triadic Colors of #dcbede

#dcbede #dedcbe #bededc

Analogous Colors of #dcbede

#dcbede #debed0 #ccbede

Monochromatic Colors of #dcbede

#dcbede

Complementary Color

#dcbede #c0debe

#dcbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbede Color CSS Codes

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

#dcbede Text Font Color

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

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


#dcbede Background Color

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

This div background color is #dcbede


#dcbede Border Color

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

This div border color is #dcbede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbede


Comments

No comments written yet.

Please login to write comment.