Shades of Scandal #AEDDD7
Tints of Scandal #AEDDD7
RGB
CMYK
RGB Variations
Color information
#AEDDD7 (or 0xAEDDD7) is known color: Scandal. HEX triplet: AE, DD and D7. RGB value is (174,221,215). Sum of RGB (Red+Green+Blue) = 174+221+215=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDD7 is #512228. Grayscale: #CECECE. Windows color (decimal): -5317161 or 14146990. OLE color: 14146990.
HSL color Cylindrical-coordinate representation of color #AEDDD7: hue angle of 172.34º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDD7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 215 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.13 |
| HSL | 172.34º | 0.41% | 0.77% | - |
| HSV(B) | 172.34º | 0.21% | 0.87% | - |
| XYZ | 55.58 | 65.62 | 74.03 | - |
| YUV | 206.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 215 | 0.21 | 0 | 0.03 | 0.13 | 172.34 | 0.41 | 0.77 |
| Hex | AE | DD | D7 | 15 | 0 | 3 | D | AC | 29 | 4D |
| Octal | 256 | 335 | 327 | 25 | 0 | 3 | 15 | 254 | 51 | 115 |
| Binary | 10101110 | 11011101 | 11010111 | 10101 | 0 | 11 | 1101 | 10101100 | 101001 | 1001101 |
Color Harmonies of #AEDDD7
Complementary color
Monochromatic Colors of #AEDDD7
Black with #AEDDD7
Text Example
Text Example
White with #AEDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDD7; }
p { color: rgb(174,221,215); }
H1.HeaderClassName
{
color: #AEDDD7;
}
.AnyTagClassName
{
color: #AEDDD7;
}
</style>
background-color css
<style>
a { background-color: #AEDDD7; }
a { background-color: rgb(174,221,215); }
div.DivClassName
{
background-color: #AEDDD7;
}
.BgClassName
{
background-color: #AEDDD7;
}
</style>
border-color css
<style>
span { border-color: #AEDDD7; }
span { border-color: rgb(174,221,215); }
td.TdClassName
{
border-color: #AEDDD7;
}
.TagClassName
{
border-color: #AEDDD7;
}
</style>