#DCCEAD

Color #DCCEAD Aths Special (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aths Special #DCCEAD

Tints of Aths Special #DCCEAD

Color information

#DCCEAD (or 0xDCCEAD) is unknown color: approx Aths Special. HEX triplet: DC, CE and AD. RGB value is (220,206,173). Sum of RGB (Red+Green+Blue) = 220+206+173=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEAD is #233152. Grayscale: #CECECE. Windows color (decimal): -2306387 or 11390684. OLE color: 11390684.

HSL color Cylindrical-coordinate representation of color #DCCEAD: hue angle of 42.13º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCCEAD is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220206173-
CMYK00.060.210.14
HSL42.13º40.17%77.06%-
HSV(B)42.13º21.36%86.27%-
XYZ59.1362.3848.46-
YUV206.42109.14137.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=36.73%
G=34.39%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020617300.060.210.1442.1340.1777.06
HexDCCEAD0615E2a284d
Octal3343162550625165250115
Binary11011100110011101010110101101010111101010101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEAD; }

 p { color: rgb(220,206,173); }

 H1.HeaderClassName
 {
   color: #DCCEAD;
 }
 .AnyTagClassName
 {
   color: #DCCEAD;
 }
</style>
background-color css

<style>
 a { background-color: #DCCEAD; }

 a { background-color: rgb(220,206,173); }

 div.DivClassName
 {
   background-color: #DCCEAD;
 }
 .BgClassName
 {
   background-color: #DCCEAD;
 }
</style>
border-color css

<style>
 span { border-color: #DCCEAD; }

 span { border-color: rgb(220,206,173); }

 td.TdClassName
 {
   border-color: #DCCEAD;
 }
 .TagClassName
 {
   border-color: #DCCEAD;
 }
</style>