Color Hex Logo

#dcbedb Color Hex

#DCBEDB
(220,190,219)
0 Favorites   0 Comments

Color spaces of #dcbedb

RGB 220190219
HSL0.840.300.80
HSV302°14°86°
CMYK 0.000.140.00   0.14
XYZ60.714857.157074.8502
Yxy57.15700.31500.2966
Hunter Lab75.602211.0462-5.7786
CIE-Lab80.267815.6671-10.5330

#dcbedb color RGB value is (220,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11011011
Octal 334 276 333
Decimal 220 190 219
Hex DC BE DB

RGB Percentages of Color #dcbedb

%34.98
%30.21
%34.82

CMYK Percentages of Color #dcbedb

%0
%14
%0
%14

Triadic Colors of #dcbedb

#dcbedb #dbdcbe #bedbdc

Analogous Colors of #dcbedb

#dcbedb #dcbecc #cebedc

Monochromatic Colors of #dcbedb

#dcbedb

Complementary Color

#dcbedb #bedcbf

#dcbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbedb Color CSS Codes

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

#dcbedb Text Font Color

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

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


#dcbedb Background Color

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

This div background color is #dcbedb


#dcbedb Border Color

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

This div border color is #dcbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbedb


Comments

No comments written yet.

Please login to write comment.