Shades of Aths Special #DCCEAF
Tints of Aths Special #DCCEAF
RGB
CMYK
RGB Variations
Color information
#DCCEAF (or 0xDCCEAF) is known color: Aths Special. HEX triplet: DC, CE and AF. RGB value is (220,206,175). Sum of RGB (Red+Green+Blue) = 220+206+175=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEAF is #233150. Grayscale: #CECECE. Windows color (decimal): -2306385 or 11521756. OLE color: 11521756.
HSL color Cylindrical-coordinate representation of color #DCCEAF: hue angle of 41.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCCEAF is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 175 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.14 |
| HSL | 41.33º | 0.39% | 0.77% | - |
| HSV(B) | 41.33º | 0.2% | 0.86% | - |
| XYZ | 59.32 | 62.45 | 49.49 | - |
| YUV | 206.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 175 | 0 | 0.06 | 0.20 | 0.14 | 41.33 | 0.39 | 0.77 |
| Hex | DC | CE | AF | 0 | 6 | 14 | E | 29 | 27 | 4D |
| Octal | 334 | 316 | 257 | 0 | 6 | 24 | 16 | 51 | 47 | 115 |
| Binary | 11011100 | 11001110 | 10101111 | 0 | 110 | 10100 | 1110 | 101001 | 100111 | 1001101 |
Color Harmonies of #DCCEAF
Complementary color
Monochromatic Colors of #DCCEAF
Black with #DCCEAF
Text Example
Text Example
White with #DCCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEAF; }
p { color: rgb(220,206,175); }
H1.HeaderClassName
{
color: #DCCEAF;
}
.AnyTagClassName
{
color: #DCCEAF;
}
</style>
background-color css
<style>
a { background-color: #DCCEAF; }
a { background-color: rgb(220,206,175); }
div.DivClassName
{
background-color: #DCCEAF;
}
.BgClassName
{
background-color: #DCCEAF;
}
</style>
border-color css
<style>
span { border-color: #DCCEAF; }
span { border-color: rgb(220,206,175); }
td.TdClassName
{
border-color: #DCCEAF;
}
.TagClassName
{
border-color: #DCCEAF;
}
</style>