Shades of Scandal #AEDFDB
Tints of Scandal #AEDFDB
RGB
CMYK
RGB Variations
Color information
#AEDFDB (or 0xAEDFDB) is known color: Scandal. HEX triplet: AE, DF and DB. RGB value is (174,223,219). Sum of RGB (Red+Green+Blue) = 174+223+219=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFDB is #512024. Grayscale: #CFCFCF. Windows color (decimal): -5316645 or 14409646. OLE color: 14409646.
HSL color Cylindrical-coordinate representation of color #AEDFDB: hue angle of 175.1º degrees, saturation: 0.43, 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 #AEDFDB is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 219 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.13 |
| HSL | 175.1º | 0.43% | 0.78% | - |
| HSV(B) | 175.1º | 0.22% | 0.87% | - |
| XYZ | 56.63 | 66.89 | 76.94 | - |
| YUV | 207.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 219 | 0.22 | 0 | 0.02 | 0.13 | 175.1 | 0.43 | 0.78 |
| Hex | AE | DF | DB | 16 | 0 | 2 | D | AF | 2B | 4E |
| Octal | 256 | 337 | 333 | 26 | 0 | 2 | 15 | 257 | 53 | 116 |
| Binary | 10101110 | 11011111 | 11011011 | 10110 | 0 | 10 | 1101 | 10101111 | 101011 | 1001110 |
Color Harmonies of #AEDFDB
Complementary color
Monochromatic Colors of #AEDFDB
Black with #AEDFDB
Text Example
Text Example
White with #AEDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFDB; }
p { color: rgb(174,223,219); }
H1.HeaderClassName
{
color: #AEDFDB;
}
.AnyTagClassName
{
color: #AEDFDB;
}
</style>
background-color css
<style>
a { background-color: #AEDFDB; }
a { background-color: rgb(174,223,219); }
div.DivClassName
{
background-color: #AEDFDB;
}
.BgClassName
{
background-color: #AEDFDB;
}
</style>
border-color css
<style>
span { border-color: #AEDFDB; }
span { border-color: rgb(174,223,219); }
td.TdClassName
{
border-color: #AEDFDB;
}
.TagClassName
{
border-color: #AEDFDB;
}
</style>