Color Hex Logo

#dccae6 Color Hex

#DCCAE6
(220,202,230)
0 Favorites   0 Comments

Color spaces of #dccae6

RGB 220202230
HSL0.770.360.85
HSV279°12°90°
CMYK 0.040.120.00   0.10
XYZ64.918763.169983.6343
Yxy63.16990.30660.2984
Hunter Lab79.47956.7093-6.7538
CIE-Lab83.531711.3163-11.5568

#dccae6 color RGB value is (220,202,230).

#dccae6 hex color red value is 220, green value is 202 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #dccae6 hue: 0.77 , saturation: 0.36 and the lightness value of dccae6 is 0.85.

The process color (four color CMYK) of #dccae6 color hex is 0.04, 0.12, 0.00, 0.10. Web safe color of #dccae6 is #ccccff. Color #dccae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11100110
Octal 334 312 346
Decimal 220 202 230
Hex DC CA E6

RGB Percentages of Color #dccae6

%33.74
%30.98
%35.28

CMYK Percentages of Color #dccae6

%4
%12
%0
%10

Triadic Colors of #dccae6

#dccae6 #e6dcca #cae6dc

Analogous Colors of #dccae6

#dccae6 #e6cae2 #cecae6

Monochromatic Colors of #dccae6

#dccae6

Complementary Color

#dccae6 #d4e6ca

#dccae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccae6 Color CSS Codes

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

#dccae6 Text Font Color

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

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


#dccae6 Background Color

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

This div background color is #dccae6


#dccae6 Border Color

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

This div border color is #dccae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccae6


Comments

No comments written yet.

Please login to write comment.