Color Hex Logo

#dcbed9 Color Hex

#DCBED9
(220,190,217)
0 Favorites   0 Comments

Color spaces of #dcbed9

RGB 220190217
HSL0.850.300.80
HSV306°14°86°
CMYK 0.000.140.01   0.14
XYZ60.453057.052373.4716
Yxy57.05230.31650.2987
Hunter Lab75.533010.6802-4.7988
CIE-Lab80.209015.3008-9.5440

#dcbed9 color RGB value is (220,190,217).

#dcbed9 hex color red value is 220, green value is 190 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #dcbed9 hue: 0.85 , saturation: 0.30 and the lightness value of dcbed9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11011001
Octal 334 276 331
Decimal 220 190 217
Hex DC BE D9

RGB Percentages of Color #dcbed9

%35.09
%30.30
%34.61

CMYK Percentages of Color #dcbed9

%0
%14
%1
%14

Triadic Colors of #dcbed9

#dcbed9 #d9dcbe #bed9dc

Analogous Colors of #dcbed9

#dcbed9 #dcbeca #d0bedc

Monochromatic Colors of #dcbed9

#dcbed9

Complementary Color

#dcbed9 #bedcc1

#dcbed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbed9 Color CSS Codes

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

#dcbed9 Text Font Color

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

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


#dcbed9 Background Color

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

This div background color is #dcbed9


#dcbed9 Border Color

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

This div border color is #dcbed9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,190,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbed9


Comments

No comments written yet.

Please login to write comment.