Shades of Aths Special #DCCFAE
Tints of Aths Special #DCCFAE
RGB
CMYK
RGB Variations
Color information
#DCCFAE (or 0xDCCFAE) is known color: Aths Special. HEX triplet: DC, CF and AE. RGB value is (220,207,174). Sum of RGB (Red+Green+Blue) = 220+207+174=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCFAE is #233051. Grayscale: #CFCFCF. Windows color (decimal): -2306130 or 11456476. OLE color: 11456476.
HSL color Cylindrical-coordinate representation of color #DCCFAE: hue angle of 43.04º 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 #DCCFAE is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 174 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.14 |
| HSL | 43.04º | 0.4% | 0.77% | - |
| HSV(B) | 43.04º | 0.21% | 0.86% | - |
| XYZ | 59.47 | 62.9 | 49.05 | - |
| YUV | 207.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 174 | 0 | 0.06 | 0.21 | 0.14 | 43.04 | 0.4 | 0.77 |
| Hex | DC | CF | AE | 0 | 6 | 15 | E | 2B | 28 | 4D |
| Octal | 334 | 317 | 256 | 0 | 6 | 25 | 16 | 53 | 50 | 115 |
| Binary | 11011100 | 11001111 | 10101110 | 0 | 110 | 10101 | 1110 | 101011 | 101000 | 1001101 |
Color Harmonies of #DCCFAE
Complementary color
Monochromatic Colors of #DCCFAE
Black with #DCCFAE
Text Example
Text Example
White with #DCCFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFAE; }
p { color: rgb(220,207,174); }
H1.HeaderClassName
{
color: #DCCFAE;
}
.AnyTagClassName
{
color: #DCCFAE;
}
</style>
background-color css
<style>
a { background-color: #DCCFAE; }
a { background-color: rgb(220,207,174); }
div.DivClassName
{
background-color: #DCCFAE;
}
.BgClassName
{
background-color: #DCCFAE;
}
</style>
border-color css
<style>
span { border-color: #DCCFAE; }
span { border-color: rgb(220,207,174); }
td.TdClassName
{
border-color: #DCCFAE;
}
.TagClassName
{
border-color: #DCCFAE;
}
</style>