Color Hex Logo

#dcceda Color Hex

#DCCEDA
(220,206,218)
0 Favorites   0 Comments

Color spaces of #dcceda

RGB 220206218
HSL0.860.170.84
HSV309°86°
CMYK 0.000.060.01   0.14
XYZ64.241464.420275.3781
Yxy64.42020.31480.3157
Hunter Lab80.26222.41150.5014
CIE-Lab84.18416.9676-4.1949

#dcceda color RGB value is (220,206,218).

#dcceda hex color red value is 220, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dcceda hue: 0.86 , saturation: 0.17 and the lightness value of dcceda is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 11011010
Octal 334 316 332
Decimal 220 206 218
Hex DC CE DA

RGB Percentages of Color #dcceda

%34.16
%31.99
%33.85

CMYK Percentages of Color #dcceda

%0
%6
%1
%14

Triadic Colors of #dcceda

#dcceda #dadcce #cedadc

Analogous Colors of #dcceda

#dcceda #dcced3 #d7cedc

Monochromatic Colors of #dcceda

#dcceda

Complementary Color

#dcceda #cedcd0

#dcceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcceda Color CSS Codes

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

#dcceda Text Font Color

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

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


#dcceda Background Color

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

This div background color is #dcceda


#dcceda Border Color

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

This div border color is #dcceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcceda


Comments

No comments written yet.

Please login to write comment.