Shades of Scandal #AEDAD3
Tints of Scandal #AEDAD3
RGB
CMYK
RGB Variations
Color information
#AEDAD3 (or 0xAEDAD3) is known color: Scandal. HEX triplet: AE, DA and D3. RGB value is (174,218,211). Sum of RGB (Red+Green+Blue) = 174+218+211=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAD3 is #51252C. Grayscale: #CCCCCC. Windows color (decimal): -5317933 or 13884078. OLE color: 13884078.
HSL color Cylindrical-coordinate representation of color #AEDAD3: hue angle of 170.45º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAD3 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 211 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.15 |
| HSL | 170.45º | 0.37% | 0.77% | - |
| HSV(B) | 170.45º | 0.2% | 0.85% | - |
| XYZ | 54.28 | 63.84 | 71.09 | - |
| YUV | 204.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 211 | 0.20 | 0 | 0.03 | 0.15 | 170.45 | 0.37 | 0.77 |
| Hex | AE | DA | D3 | 14 | 0 | 3 | F | AA | 25 | 4D |
| Octal | 256 | 332 | 323 | 24 | 0 | 3 | 17 | 252 | 45 | 115 |
| Binary | 10101110 | 11011010 | 11010011 | 10100 | 0 | 11 | 1111 | 10101010 | 100101 | 1001101 |
Color Harmonies of #AEDAD3
Complementary color
Monochromatic Colors of #AEDAD3
Black with #AEDAD3
Text Example
Text Example
White with #AEDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAD3; }
p { color: rgb(174,218,211); }
H1.HeaderClassName
{
color: #AEDAD3;
}
.AnyTagClassName
{
color: #AEDAD3;
}
</style>
background-color css
<style>
a { background-color: #AEDAD3; }
a { background-color: rgb(174,218,211); }
div.DivClassName
{
background-color: #AEDAD3;
}
.BgClassName
{
background-color: #AEDAD3;
}
</style>
border-color css
<style>
span { border-color: #AEDAD3; }
span { border-color: rgb(174,218,211); }
td.TdClassName
{
border-color: #AEDAD3;
}
.TagClassName
{
border-color: #AEDAD3;
}
</style>