Shades of Scandal #AEDAD4
Tints of Scandal #AEDAD4
RGB
CMYK
RGB Variations
Color information
#AEDAD4 (or 0xAEDAD4) is known color: Scandal. HEX triplet: AE, DA and D4. RGB value is (174,218,212). Sum of RGB (Red+Green+Blue) = 174+218+212=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAD4 is #51252B. Grayscale: #CCCCCC. Windows color (decimal): -5317932 or 13949614. OLE color: 13949614.
HSL color Cylindrical-coordinate representation of color #AEDAD4: hue angle of 171.82º 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 #AEDAD4 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 212 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.15 |
| HSL | 171.82º | 0.37% | 0.77% | - |
| HSV(B) | 171.82º | 0.2% | 0.85% | - |
| XYZ | 54.41 | 63.89 | 71.75 | - |
| YUV | 204.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 212 | 0.20 | 0 | 0.03 | 0.15 | 171.82 | 0.37 | 0.77 |
| Hex | AE | DA | D4 | 14 | 0 | 3 | F | AC | 25 | 4D |
| Octal | 256 | 332 | 324 | 24 | 0 | 3 | 17 | 254 | 45 | 115 |
| Binary | 10101110 | 11011010 | 11010100 | 10100 | 0 | 11 | 1111 | 10101100 | 100101 | 1001101 |
Color Harmonies of #AEDAD4
Complementary color
Monochromatic Colors of #AEDAD4
Black with #AEDAD4
Text Example
Text Example
White with #AEDAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAD4; }
p { color: rgb(174,218,212); }
H1.HeaderClassName
{
color: #AEDAD4;
}
.AnyTagClassName
{
color: #AEDAD4;
}
</style>
background-color css
<style>
a { background-color: #AEDAD4; }
a { background-color: rgb(174,218,212); }
div.DivClassName
{
background-color: #AEDAD4;
}
.BgClassName
{
background-color: #AEDAD4;
}
</style>
border-color css
<style>
span { border-color: #AEDAD4; }
span { border-color: rgb(174,218,212); }
td.TdClassName
{
border-color: #AEDAD4;
}
.TagClassName
{
border-color: #AEDAD4;
}
</style>