Shades of Scandal #AEDACF
Tints of Scandal #AEDACF
RGB
CMYK
RGB Variations
Color information
#AEDACF (or 0xAEDACF) is known color: Scandal. HEX triplet: AE, DA and CF. RGB value is (174,218,207). Sum of RGB (Red+Green+Blue) = 174+218+207=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDACF is #512530. Grayscale: #CBCBCB. Windows color (decimal): -5317937 or 13621934. OLE color: 13621934.
HSL color Cylindrical-coordinate representation of color #AEDACF: hue angle of 165º 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 #AEDACF is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 207 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.15 |
| HSL | 165º | 0.37% | 0.77% | - |
| HSV(B) | 165º | 0.2% | 0.85% | - |
| XYZ | 53.79 | 63.65 | 68.48 | - |
| YUV | 203.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 207 | 0.20 | 0 | 0.05 | 0.15 | 165 | 0.37 | 0.77 |
| Hex | AE | DA | CF | 14 | 0 | 5 | F | A5 | 25 | 4D |
| Octal | 256 | 332 | 317 | 24 | 0 | 5 | 17 | 245 | 45 | 115 |
| Binary | 10101110 | 11011010 | 11001111 | 10100 | 0 | 101 | 1111 | 10100101 | 100101 | 1001101 |
Color Harmonies of #AEDACF
Complementary color
Monochromatic Colors of #AEDACF
Black with #AEDACF
Text Example
Text Example
White with #AEDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDACF; }
p { color: rgb(174,218,207); }
H1.HeaderClassName
{
color: #AEDACF;
}
.AnyTagClassName
{
color: #AEDACF;
}
</style>
background-color css
<style>
a { background-color: #AEDACF; }
a { background-color: rgb(174,218,207); }
div.DivClassName
{
background-color: #AEDACF;
}
.BgClassName
{
background-color: #AEDACF;
}
</style>
border-color css
<style>
span { border-color: #AEDACF; }
span { border-color: rgb(174,218,207); }
td.TdClassName
{
border-color: #AEDACF;
}
.TagClassName
{
border-color: #AEDACF;
}
</style>