Color Hex Logo

#dcbbed Color Hex

#DCBBED
(220,187,237)
0 Favorites   0 Comments

Color spaces of #dcbbed

RGB 220187237
HSL0.780.580.83
HSV280°21°93°
CMYK 0.070.210.00   0.07
XYZ62.571656.870787.8000
Yxy56.87070.30190.2744
Hunter Lab75.412716.1333-16.2402
CIE-Lab80.106820.7068-20.4536

#dcbbed color RGB value is (220,187,237).

#dcbbed hex color red value is 220, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dcbbed hue: 0.78 , saturation: 0.58 and the lightness value of dcbbed is 0.83.

The process color (four color CMYK) of #dcbbed color hex is 0.07, 0.21, 0.00, 0.07. Web safe color of #dcbbed is #ccccff. Color #dcbbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11101101
Octal 334 273 355
Decimal 220 187 237
Hex DC BB ED

RGB Percentages of Color #dcbbed

%34.16
%29.04
%36.80

CMYK Percentages of Color #dcbbed

%7
%21
%0
%7

Triadic Colors of #dcbbed

#dcbbed #eddcbb #bbeddc

Analogous Colors of #dcbbed

#dcbbed #edbbe5 #c3bbed

Monochromatic Colors of #dcbbed

#dcbbed

Complementary Color

#dcbbed #ccedbb

#dcbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbed Color CSS Codes

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

#dcbbed Text Font Color

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

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


#dcbbed Background Color

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

This div background color is #dcbbed


#dcbbed Border Color

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

This div border color is #dcbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbed


Comments

No comments written yet.

Please login to write comment.