Shades of Scandal #AEDCD4
Tints of Scandal #AEDCD4
RGB
CMYK
RGB Variations
Color information
#AEDCD4 (or 0xAEDCD4) is known color: Scandal. HEX triplet: AE, DC and D4. RGB value is (174,220,212). Sum of RGB (Red+Green+Blue) = 174+220+212=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCD4 is #51232B. Grayscale: #CDCDCD. Windows color (decimal): -5317420 or 13950126. OLE color: 13950126.
HSL color Cylindrical-coordinate representation of color #AEDCD4: hue angle of 169.57º 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 #AEDCD4 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 212 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.14 |
| HSL | 169.57º | 0.4% | 0.77% | - |
| HSV(B) | 169.57º | 0.21% | 0.86% | - |
| XYZ | 54.93 | 64.94 | 71.93 | - |
| YUV | 205.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 212 | 0.21 | 0 | 0.04 | 0.14 | 169.57 | 0.4 | 0.77 |
| Hex | AE | DC | D4 | 15 | 0 | 4 | E | AA | 28 | 4D |
| Octal | 256 | 334 | 324 | 25 | 0 | 4 | 16 | 252 | 50 | 115 |
| Binary | 10101110 | 11011100 | 11010100 | 10101 | 0 | 100 | 1110 | 10101010 | 101000 | 1001101 |
Color Harmonies of #AEDCD4
Complementary color
Monochromatic Colors of #AEDCD4
Black with #AEDCD4
Text Example
Text Example
White with #AEDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCD4; }
p { color: rgb(174,220,212); }
H1.HeaderClassName
{
color: #AEDCD4;
}
.AnyTagClassName
{
color: #AEDCD4;
}
</style>
background-color css
<style>
a { background-color: #AEDCD4; }
a { background-color: rgb(174,220,212); }
div.DivClassName
{
background-color: #AEDCD4;
}
.BgClassName
{
background-color: #AEDCD4;
}
</style>
border-color css
<style>
span { border-color: #AEDCD4; }
span { border-color: rgb(174,220,212); }
td.TdClassName
{
border-color: #AEDCD4;
}
.TagClassName
{
border-color: #AEDCD4;
}
</style>