Shades of Scandal #AEDCDA
Tints of Scandal #AEDCDA
RGB
CMYK
RGB Variations
Color information
#AEDCDA (or 0xAEDCDA) is known color: Scandal. HEX triplet: AE, DC and DA. RGB value is (174,220,218). Sum of RGB (Red+Green+Blue) = 174+220+218=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCDA is #512325. Grayscale: #CDCDCD. Windows color (decimal): -5317414 or 14343342. OLE color: 14343342.
HSL color Cylindrical-coordinate representation of color #AEDCDA: hue angle of 177.39º degrees, saturation: 0.4, 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 #AEDCDA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 218 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.14 |
| HSL | 177.39º | 0.4% | 0.77% | - |
| HSV(B) | 177.39º | 0.21% | 0.86% | - |
| XYZ | 55.7 | 65.25 | 75.99 | - |
| YUV | 206.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 218 | 0.21 | 0 | 0.01 | 0.14 | 177.39 | 0.4 | 0.77 |
| Hex | AE | DC | DA | 15 | 0 | 1 | E | B1 | 28 | 4D |
| Octal | 256 | 334 | 332 | 25 | 0 | 1 | 16 | 261 | 50 | 115 |
| Binary | 10101110 | 11011100 | 11011010 | 10101 | 0 | 1 | 1110 | 10110001 | 101000 | 1001101 |
Color Harmonies of #AEDCDA
Complementary color
Monochromatic Colors of #AEDCDA
Black with #AEDCDA
Text Example
Text Example
White with #AEDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCDA; }
p { color: rgb(174,220,218); }
H1.HeaderClassName
{
color: #AEDCDA;
}
.AnyTagClassName
{
color: #AEDCDA;
}
</style>
background-color css
<style>
a { background-color: #AEDCDA; }
a { background-color: rgb(174,220,218); }
div.DivClassName
{
background-color: #AEDCDA;
}
.BgClassName
{
background-color: #AEDCDA;
}
</style>
border-color css
<style>
span { border-color: #AEDCDA; }
span { border-color: rgb(174,220,218); }
td.TdClassName
{
border-color: #AEDCDA;
}
.TagClassName
{
border-color: #AEDCDA;
}
</style>