Color Hex Logo

#dcceed Color Hex

#DCCEED
(220,206,237)
0 Favorites   0 Comments

Color spaces of #dcceed

RGB 220206237
HSL0.740.460.87
HSV267°13°93°
CMYK 0.070.130.00   0.07
XYZ66.872665.472789.2337
Yxy65.47270.30180.2955
Hunter Lab80.91525.9202-8.7447
CIE-Lab84.726710.5393-13.4961

#dcceed color RGB value is (220,206,237).

#dcceed hex color red value is 220, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dcceed hue: 0.74 , saturation: 0.46 and the lightness value of dcceed is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 11101101
Octal 334 316 355
Decimal 220 206 237
Hex DC CE ED

RGB Percentages of Color #dcceed

%33.18
%31.07
%35.75

CMYK Percentages of Color #dcceed

%7
%13
%0
%7

Triadic Colors of #dcceed

#dcceed #eddcce #ceeddc

Analogous Colors of #dcceed

#dcceed #ecceed #ced0ed

Monochromatic Colors of #dcceed

#dcceed

Complementary Color

#dcceed #dfedce

#dcceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcceed Color CSS Codes

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

#dcceed Text Font Color

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

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


#dcceed Background Color

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

This div background color is #dcceed


#dcceed Border Color

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

This div border color is #dcceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcceed


Comments

No comments written yet.

Please login to write comment.