Shades of Aths Special #DCCEAD
Tints of Aths Special #DCCEAD
RGB
CMYK
RGB Variations
Color information
#DCCEAD (or 0xDCCEAD) is known color: 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
| RGB | 220 | 206 | 173 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.14 |
| HSL | 42.13º | 0.4% | 0.77% | - |
| HSV(B) | 42.13º | 0.21% | 0.86% | - |
| XYZ | 59.13 | 62.38 | 48.46 | - |
| YUV | 206.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 173 | 0 | 0.06 | 0.21 | 0.14 | 42.13 | 0.4 | 0.77 |
| Hex | DC | CE | AD | 0 | 6 | 15 | E | 2A | 28 | 4D |
| Octal | 334 | 316 | 255 | 0 | 6 | 25 | 16 | 52 | 50 | 115 |
| Binary | 11011100 | 11001110 | 10101101 | 0 | 110 | 10101 | 1110 | 101010 | 101000 | 1001101 |
Color Harmonies of #DCCEAD
Complementary color
Monochromatic Colors of #DCCEAD
Black with #DCCEAD
Text Example
Text Example
White with #DCCEAD
Text Example
Text Example
HTML Codes & Css Web 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>