Shades of Scandal #AEDFD9
Tints of Scandal #AEDFD9
RGB
CMYK
RGB Variations
Color information
#AEDFD9 (or 0xAEDFD9) is known color: Scandal. HEX triplet: AE, DF and D9. RGB value is (174,223,217). Sum of RGB (Red+Green+Blue) = 174+223+217=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFD9 is #512026. Grayscale: #CFCFCF. Windows color (decimal): -5316647 or 14278574. OLE color: 14278574.
HSL color Cylindrical-coordinate representation of color #AEDFD9: hue angle of 172.65º 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 #AEDFD9 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 217 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.13 |
| HSL | 172.65º | 0.43% | 0.78% | - |
| HSV(B) | 172.65º | 0.22% | 0.87% | - |
| XYZ | 56.37 | 66.78 | 75.57 | - |
| YUV | 207.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 217 | 0.22 | 0 | 0.03 | 0.13 | 172.65 | 0.43 | 0.78 |
| Hex | AE | DF | D9 | 16 | 0 | 3 | D | AD | 2B | 4E |
| Octal | 256 | 337 | 331 | 26 | 0 | 3 | 15 | 255 | 53 | 116 |
| Binary | 10101110 | 11011111 | 11011001 | 10110 | 0 | 11 | 1101 | 10101101 | 101011 | 1001110 |
Color Harmonies of #AEDFD9
Complementary color
Monochromatic Colors of #AEDFD9
Black with #AEDFD9
Text Example
Text Example
White with #AEDFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFD9; }
p { color: rgb(174,223,217); }
H1.HeaderClassName
{
color: #AEDFD9;
}
.AnyTagClassName
{
color: #AEDFD9;
}
</style>
background-color css
<style>
a { background-color: #AEDFD9; }
a { background-color: rgb(174,223,217); }
div.DivClassName
{
background-color: #AEDFD9;
}
.BgClassName
{
background-color: #AEDFD9;
}
</style>
border-color css
<style>
span { border-color: #AEDFD9; }
span { border-color: rgb(174,223,217); }
td.TdClassName
{
border-color: #AEDFD9;
}
.TagClassName
{
border-color: #AEDFD9;
}
</style>