Shades of Scandal #AEDEDA
Tints of Scandal #AEDEDA
RGB
CMYK
RGB Variations
Color information
#AEDEDA (or 0xAEDEDA) is known color: Scandal. HEX triplet: AE, DE and DA. RGB value is (174,222,218). Sum of RGB (Red+Green+Blue) = 174+222+218=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEDA is #512125. Grayscale: #CFCFCF. Windows color (decimal): -5316902 or 14343854. OLE color: 14343854.
HSL color Cylindrical-coordinate representation of color #AEDEDA: hue angle of 175º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDEDA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 218 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.13 |
| HSL | 175º | 0.42% | 0.78% | - |
| HSV(B) | 175º | 0.22% | 0.87% | - |
| XYZ | 56.23 | 66.3 | 76.16 | - |
| YUV | 207.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 218 | 0.22 | 0 | 0.02 | 0.13 | 175 | 0.42 | 0.78 |
| Hex | AE | DE | DA | 16 | 0 | 2 | D | AF | 2A | 4E |
| Octal | 256 | 336 | 332 | 26 | 0 | 2 | 15 | 257 | 52 | 116 |
| Binary | 10101110 | 11011110 | 11011010 | 10110 | 0 | 10 | 1101 | 10101111 | 101010 | 1001110 |
Color Harmonies of #AEDEDA
Complementary color
Monochromatic Colors of #AEDEDA
Black with #AEDEDA
Text Example
Text Example
White with #AEDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEDA; }
p { color: rgb(174,222,218); }
H1.HeaderClassName
{
color: #AEDEDA;
}
.AnyTagClassName
{
color: #AEDEDA;
}
</style>
background-color css
<style>
a { background-color: #AEDEDA; }
a { background-color: rgb(174,222,218); }
div.DivClassName
{
background-color: #AEDEDA;
}
.BgClassName
{
background-color: #AEDEDA;
}
</style>
border-color css
<style>
span { border-color: #AEDEDA; }
span { border-color: rgb(174,222,218); }
td.TdClassName
{
border-color: #AEDEDA;
}
.TagClassName
{
border-color: #AEDEDA;
}
</style>