Shades of Scandal #AEDED5
Tints of Scandal #AEDED5
RGB
CMYK
RGB Variations
Color information
#AEDED5 (or 0xAEDED5) is known color: Scandal. HEX triplet: AE, DE and D5. RGB value is (174,222,213). Sum of RGB (Red+Green+Blue) = 174+222+213=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDED5 is #51212A. Grayscale: #CECECE. Windows color (decimal): -5316907 or 14016174. OLE color: 14016174.
HSL color Cylindrical-coordinate representation of color #AEDED5: hue angle of 168.75º 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 #AEDED5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 213 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.13 |
| HSL | 168.75º | 0.42% | 0.78% | - |
| HSV(B) | 168.75º | 0.22% | 0.87% | - |
| XYZ | 55.59 | 66.05 | 72.77 | - |
| YUV | 206.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 213 | 0.22 | 0 | 0.04 | 0.13 | 168.75 | 0.42 | 0.78 |
| Hex | AE | DE | D5 | 16 | 0 | 4 | D | A9 | 2A | 4E |
| Octal | 256 | 336 | 325 | 26 | 0 | 4 | 15 | 251 | 52 | 116 |
| Binary | 10101110 | 11011110 | 11010101 | 10110 | 0 | 100 | 1101 | 10101001 | 101010 | 1001110 |
Color Harmonies of #AEDED5
Complementary color
Monochromatic Colors of #AEDED5
Black with #AEDED5
Text Example
Text Example
White with #AEDED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDED5; }
p { color: rgb(174,222,213); }
H1.HeaderClassName
{
color: #AEDED5;
}
.AnyTagClassName
{
color: #AEDED5;
}
</style>
background-color css
<style>
a { background-color: #AEDED5; }
a { background-color: rgb(174,222,213); }
div.DivClassName
{
background-color: #AEDED5;
}
.BgClassName
{
background-color: #AEDED5;
}
</style>
border-color css
<style>
span { border-color: #AEDED5; }
span { border-color: rgb(174,222,213); }
td.TdClassName
{
border-color: #AEDED5;
}
.TagClassName
{
border-color: #AEDED5;
}
</style>