Shades of Scandal #AADFD5
Tints of Scandal #AADFD5
RGB
CMYK
RGB Variations
Color information
#AADFD5 (or 0xAADFD5) is known color: Scandal. HEX triplet: AA, DF and D5. RGB value is (170,223,213). Sum of RGB (Red+Green+Blue) = 170+223+213=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFD5 is #55202A. Grayscale: #CECECE. Windows color (decimal): -5578795 or 14016426. OLE color: 14016426.
HSL color Cylindrical-coordinate representation of color #AADFD5: hue angle of 168.68º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADFD5 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 213 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.13 |
| HSL | 168.68º | 0.45% | 0.77% | - |
| HSV(B) | 168.68º | 0.24% | 0.87% | - |
| XYZ | 54.98 | 66.13 | 72.82 | - |
| YUV | 206.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 213 | 0.24 | 0 | 0.04 | 0.13 | 168.68 | 0.45 | 0.77 |
| Hex | AA | DF | D5 | 18 | 0 | 4 | D | A9 | 2D | 4D |
| Octal | 252 | 337 | 325 | 30 | 0 | 4 | 15 | 251 | 55 | 115 |
| Binary | 10101010 | 11011111 | 11010101 | 11000 | 0 | 100 | 1101 | 10101001 | 101101 | 1001101 |
Color Harmonies of #AADFD5
Complementary color
Monochromatic Colors of #AADFD5
Black with #AADFD5
Text Example
Text Example
White with #AADFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFD5; }
p { color: rgb(170,223,213); }
H1.HeaderClassName
{
color: #AADFD5;
}
.AnyTagClassName
{
color: #AADFD5;
}
</style>
background-color css
<style>
a { background-color: #AADFD5; }
a { background-color: rgb(170,223,213); }
div.DivClassName
{
background-color: #AADFD5;
}
.BgClassName
{
background-color: #AADFD5;
}
</style>
border-color css
<style>
span { border-color: #AADFD5; }
span { border-color: rgb(170,223,213); }
td.TdClassName
{
border-color: #AADFD5;
}
.TagClassName
{
border-color: #AADFD5;
}
</style>