Shades of Scandal #AEDBD0
Tints of Scandal #AEDBD0
RGB
CMYK
RGB Variations
Color information
#AEDBD0 (or 0xAEDBD0) is known color: Scandal. HEX triplet: AE, DB and D0. RGB value is (174,219,208). Sum of RGB (Red+Green+Blue) = 174+219+208=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBD0 is #51242F. Grayscale: #CCCCCC. Windows color (decimal): -5317680 or 13687726. OLE color: 13687726.
HSL color Cylindrical-coordinate representation of color #AEDBD0: hue angle of 165.33º degrees, saturation: 0.38, 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 #AEDBD0 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 208 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.14 |
| HSL | 165.33º | 0.38% | 0.77% | - |
| HSV(B) | 165.33º | 0.21% | 0.86% | - |
| XYZ | 54.17 | 64.22 | 69.21 | - |
| YUV | 204.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 208 | 0.21 | 0 | 0.05 | 0.14 | 165.33 | 0.38 | 0.77 |
| Hex | AE | DB | D0 | 15 | 0 | 5 | E | A5 | 26 | 4D |
| Octal | 256 | 333 | 320 | 25 | 0 | 5 | 16 | 245 | 46 | 115 |
| Binary | 10101110 | 11011011 | 11010000 | 10101 | 0 | 101 | 1110 | 10100101 | 100110 | 1001101 |
Color Harmonies of #AEDBD0
Complementary color
Monochromatic Colors of #AEDBD0
Black with #AEDBD0
Text Example
Text Example
White with #AEDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBD0; }
p { color: rgb(174,219,208); }
H1.HeaderClassName
{
color: #AEDBD0;
}
.AnyTagClassName
{
color: #AEDBD0;
}
</style>
background-color css
<style>
a { background-color: #AEDBD0; }
a { background-color: rgb(174,219,208); }
div.DivClassName
{
background-color: #AEDBD0;
}
.BgClassName
{
background-color: #AEDBD0;
}
</style>
border-color css
<style>
span { border-color: #AEDBD0; }
span { border-color: rgb(174,219,208); }
td.TdClassName
{
border-color: #AEDBD0;
}
.TagClassName
{
border-color: #AEDBD0;
}
</style>