Shades of Scandal #AEDCD8
Tints of Scandal #AEDCD8
RGB
CMYK
RGB Variations
Color information
#AEDCD8 (or 0xAEDCD8) is known color: Scandal. HEX triplet: AE, DC and D8. RGB value is (174,220,216). Sum of RGB (Red+Green+Blue) = 174+220+216=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCD8 is #512327. Grayscale: #CDCDCD. Windows color (decimal): -5317416 or 14212270. OLE color: 14212270.
HSL color Cylindrical-coordinate representation of color #AEDCD8: hue angle of 174.78º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCD8 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 216 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.14 |
| HSL | 174.78º | 0.4% | 0.77% | - |
| HSV(B) | 174.78º | 0.21% | 0.86% | - |
| XYZ | 55.44 | 65.14 | 74.62 | - |
| YUV | 205.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 216 | 0.21 | 0 | 0.02 | 0.14 | 174.78 | 0.4 | 0.77 |
| Hex | AE | DC | D8 | 15 | 0 | 2 | E | AF | 28 | 4D |
| Octal | 256 | 334 | 330 | 25 | 0 | 2 | 16 | 257 | 50 | 115 |
| Binary | 10101110 | 11011100 | 11011000 | 10101 | 0 | 10 | 1110 | 10101111 | 101000 | 1001101 |
Color Harmonies of #AEDCD8
Complementary color
Monochromatic Colors of #AEDCD8
Black with #AEDCD8
Text Example
Text Example
White with #AEDCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCD8; }
p { color: rgb(174,220,216); }
H1.HeaderClassName
{
color: #AEDCD8;
}
.AnyTagClassName
{
color: #AEDCD8;
}
</style>
background-color css
<style>
a { background-color: #AEDCD8; }
a { background-color: rgb(174,220,216); }
div.DivClassName
{
background-color: #AEDCD8;
}
.BgClassName
{
background-color: #AEDCD8;
}
</style>
border-color css
<style>
span { border-color: #AEDCD8; }
span { border-color: rgb(174,220,216); }
td.TdClassName
{
border-color: #AEDCD8;
}
.TagClassName
{
border-color: #AEDCD8;
}
</style>