Shades of Scandal #AADFDA
Tints of Scandal #AADFDA
RGB
CMYK
RGB Variations
Color information
#AADFDA (or 0xAADFDA) is known color: Scandal. HEX triplet: AA, DF and DA. RGB value is (170,223,218). Sum of RGB (Red+Green+Blue) = 170+223+218=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFDA is #552025. Grayscale: #CECECE. Windows color (decimal): -5578790 or 14344106. OLE color: 14344106.
HSL color Cylindrical-coordinate representation of color #AADFDA: hue angle of 174.34º 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 #AADFDA is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 218 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.13 |
| HSL | 174.34º | 0.45% | 0.77% | - |
| HSV(B) | 174.34º | 0.24% | 0.87% | - |
| XYZ | 55.62 | 66.38 | 76.21 | - |
| YUV | 206.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 218 | 0.24 | 0 | 0.02 | 0.13 | 174.34 | 0.45 | 0.77 |
| Hex | AA | DF | DA | 18 | 0 | 2 | D | AE | 2D | 4D |
| Octal | 252 | 337 | 332 | 30 | 0 | 2 | 15 | 256 | 55 | 115 |
| Binary | 10101010 | 11011111 | 11011010 | 11000 | 0 | 10 | 1101 | 10101110 | 101101 | 1001101 |
Color Harmonies of #AADFDA
Complementary color
Monochromatic Colors of #AADFDA
Black with #AADFDA
Text Example
Text Example
White with #AADFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFDA; }
p { color: rgb(170,223,218); }
H1.HeaderClassName
{
color: #AADFDA;
}
.AnyTagClassName
{
color: #AADFDA;
}
</style>
background-color css
<style>
a { background-color: #AADFDA; }
a { background-color: rgb(170,223,218); }
div.DivClassName
{
background-color: #AADFDA;
}
.BgClassName
{
background-color: #AADFDA;
}
</style>
border-color css
<style>
span { border-color: #AADFDA; }
span { border-color: rgb(170,223,218); }
td.TdClassName
{
border-color: #AADFDA;
}
.TagClassName
{
border-color: #AADFDA;
}
</style>