Color Hex Logo

#dcc8df Color Hex

#DCC8DF
(220,200,223)
0 Favorites   0 Comments

Color spaces of #dcc8df

RGB 220200223
HSL0.810.260.83
HSV292°10°87°
CMYK 0.010.100.00   0.13
XYZ63.488861.851978.4044
Yxy61.85190.31160.3036
Hunter Lab78.64606.4678-4.0557
CIE-Lab82.834611.0641-8.8583

#dcc8df color RGB value is (220,200,223).

#dcc8df hex color red value is 220, green value is 200 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dcc8df hue: 0.81 , saturation: 0.26 and the lightness value of dcc8df is 0.83.

The process color (four color CMYK) of #dcc8df color hex is 0.01, 0.10, 0.00, 0.13. Web safe color of #dcc8df is #cccccc. Color #dcc8df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 11011111
Octal 334 310 337
Decimal 220 200 223
Hex DC C8 DF

RGB Percentages of Color #dcc8df

%34.21
%31.10
%34.68

CMYK Percentages of Color #dcc8df

%1
%10
%0
%13

Triadic Colors of #dcc8df

#dcc8df #dfdcc8 #c8dfdc

Analogous Colors of #dcc8df

#dcc8df #dfc8d7 #d1c8df

Monochromatic Colors of #dcc8df

#dcc8df

Complementary Color

#dcc8df #cbdfc8

#dcc8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc8df Color CSS Codes

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

#dcc8df Text Font Color

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

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


#dcc8df Background Color

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

This div background color is #dcc8df


#dcc8df Border Color

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

This div border color is #dcc8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc8df


Comments

No comments written yet.

Please login to write comment.