Shades of Scandal #AEDFDA
Tints of Scandal #AEDFDA
RGB
CMYK
RGB Variations
Color information
#AEDFDA (or 0xAEDFDA) is known color: Scandal. HEX triplet: AE, DF and DA. RGB value is (174,223,218). Sum of RGB (Red+Green+Blue) = 174+223+218=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFDA is #512025. Grayscale: #CFCFCF. Windows color (decimal): -5316646 or 14344110. OLE color: 14344110.
HSL color Cylindrical-coordinate representation of color #AEDFDA: hue angle of 173.88º 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 #AEDFDA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 218 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.13 |
| HSL | 173.88º | 0.43% | 0.78% | - |
| HSV(B) | 173.88º | 0.22% | 0.87% | - |
| XYZ | 56.5 | 66.84 | 76.25 | - |
| YUV | 207.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 218 | 0.22 | 0 | 0.02 | 0.13 | 173.88 | 0.43 | 0.78 |
| Hex | AE | DF | DA | 16 | 0 | 2 | D | AE | 2B | 4E |
| Octal | 256 | 337 | 332 | 26 | 0 | 2 | 15 | 256 | 53 | 116 |
| Binary | 10101110 | 11011111 | 11011010 | 10110 | 0 | 10 | 1101 | 10101110 | 101011 | 1001110 |
Color Harmonies of #AEDFDA
Complementary color
Monochromatic Colors of #AEDFDA
Black with #AEDFDA
Text Example
Text Example
White with #AEDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFDA; }
p { color: rgb(174,223,218); }
H1.HeaderClassName
{
color: #AEDFDA;
}
.AnyTagClassName
{
color: #AEDFDA;
}
</style>
background-color css
<style>
a { background-color: #AEDFDA; }
a { background-color: rgb(174,223,218); }
div.DivClassName
{
background-color: #AEDFDA;
}
.BgClassName
{
background-color: #AEDFDA;
}
</style>
border-color css
<style>
span { border-color: #AEDFDA; }
span { border-color: rgb(174,223,218); }
td.TdClassName
{
border-color: #AEDFDA;
}
.TagClassName
{
border-color: #AEDFDA;
}
</style>