Shades of Scandal #AEDCD6
Tints of Scandal #AEDCD6
RGB
CMYK
RGB Variations
Color information
#AEDCD6 (or 0xAEDCD6) is known color: Scandal. HEX triplet: AE, DC and D6. RGB value is (174,220,214). Sum of RGB (Red+Green+Blue) = 174+220+214=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCD6 is #512329. Grayscale: #CDCDCD. Windows color (decimal): -5317418 or 14081198. OLE color: 14081198.
HSL color Cylindrical-coordinate representation of color #AEDCD6: hue angle of 172.17º 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 #AEDCD6 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 214 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.14 |
| HSL | 172.17º | 0.4% | 0.77% | - |
| HSV(B) | 172.17º | 0.21% | 0.86% | - |
| XYZ | 55.19 | 65.04 | 73.26 | - |
| YUV | 205.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 214 | 0.21 | 0 | 0.03 | 0.14 | 172.17 | 0.4 | 0.77 |
| Hex | AE | DC | D6 | 15 | 0 | 3 | E | AC | 28 | 4D |
| Octal | 256 | 334 | 326 | 25 | 0 | 3 | 16 | 254 | 50 | 115 |
| Binary | 10101110 | 11011100 | 11010110 | 10101 | 0 | 11 | 1110 | 10101100 | 101000 | 1001101 |
Color Harmonies of #AEDCD6
Complementary color
Monochromatic Colors of #AEDCD6
Black with #AEDCD6
Text Example
Text Example
White with #AEDCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCD6; }
p { color: rgb(174,220,214); }
H1.HeaderClassName
{
color: #AEDCD6;
}
.AnyTagClassName
{
color: #AEDCD6;
}
</style>
background-color css
<style>
a { background-color: #AEDCD6; }
a { background-color: rgb(174,220,214); }
div.DivClassName
{
background-color: #AEDCD6;
}
.BgClassName
{
background-color: #AEDCD6;
}
</style>
border-color css
<style>
span { border-color: #AEDCD6; }
span { border-color: rgb(174,220,214); }
td.TdClassName
{
border-color: #AEDCD6;
}
.TagClassName
{
border-color: #AEDCD6;
}
</style>