Shades of Aths Special #DDCEAC
Tints of Aths Special #DDCEAC
RGB
CMYK
RGB Variations
Color information
#DDCEAC (or 0xDDCEAC) is known color: Aths Special. HEX triplet: DD, CE and AC. RGB value is (221,206,172). Sum of RGB (Red+Green+Blue) = 221+206+172=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEAC is #223153. Grayscale: #CECECE. Windows color (decimal): -2240852 or 11325149. OLE color: 11325149.
HSL color Cylindrical-coordinate representation of color #DDCEAC: hue angle of 41.63º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDCEAC is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 172 | - |
CMYK | 0 | 0.07 | 0.22 | 0.13 |
HSL | 41.63º | 0.42% | 0.77% | - |
HSV(B) | 41.63º | 0.22% | 0.87% | - |
XYZ | 59.34 | 62.49 | 47.96 | - |
YUV | 206.61 | 108.47 | 138.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 172 | 0 | 0.07 | 0.22 | 0.13 | 41.63 | 0.42 | 0.77 |
Hex | DD | CE | AC | 0 | 7 | 16 | D | 2A | 2A | 4D |
Octal | 335 | 316 | 254 | 0 | 7 | 26 | 15 | 52 | 52 | 115 |
Binary | 11011101 | 11001110 | 10101100 | 0 | 111 | 10110 | 1101 | 101010 | 101010 | 1001101 |
Color Harmonies of #DDCEAC
Complementary color
Monochromatic Colors of #DDCEAC
Black with #DDCEAC
Text Example
Text Example
White with #DDCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEAC; }
p { color: rgb(221,206,172); }
H1.HeaderClassName
{
color: #DDCEAC;
}
.AnyTagClassName
{
color: #DDCEAC;
}
</style>
background-color css
<style>
a { background-color: #DDCEAC; }
a { background-color: rgb(221,206,172); }
div.DivClassName
{
background-color: #DDCEAC;
}
.BgClassName
{
background-color: #DDCEAC;
}
</style>
border-color css
<style>
span { border-color: #DDCEAC; }
span { border-color: rgb(221,206,172); }
td.TdClassName
{
border-color: #DDCEAC;
}
.TagClassName
{
border-color: #DDCEAC;
}
</style>