Shades of Scandal #AEDCD2
Tints of Scandal #AEDCD2
RGB
CMYK
RGB Variations
Color information
#AEDCD2 (or 0xAEDCD2) is known color: Scandal. HEX triplet: AE, DC and D2. RGB value is (174,220,210). Sum of RGB (Red+Green+Blue) = 174+220+210=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCD2 is #51232D. Grayscale: #CDCDCD. Windows color (decimal): -5317422 or 13819054. OLE color: 13819054.
HSL color Cylindrical-coordinate representation of color #AEDCD2: hue angle of 166.96º 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 #AEDCD2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 210 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.14 |
| HSL | 166.96º | 0.4% | 0.77% | - |
| HSV(B) | 166.96º | 0.21% | 0.86% | - |
| XYZ | 54.68 | 64.84 | 70.61 | - |
| YUV | 205.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 210 | 0.21 | 0 | 0.05 | 0.14 | 166.96 | 0.4 | 0.77 |
| Hex | AE | DC | D2 | 15 | 0 | 5 | E | A7 | 28 | 4D |
| Octal | 256 | 334 | 322 | 25 | 0 | 5 | 16 | 247 | 50 | 115 |
| Binary | 10101110 | 11011100 | 11010010 | 10101 | 0 | 101 | 1110 | 10100111 | 101000 | 1001101 |
Color Harmonies of #AEDCD2
Complementary color
Monochromatic Colors of #AEDCD2
Black with #AEDCD2
Text Example
Text Example
White with #AEDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCD2; }
p { color: rgb(174,220,210); }
H1.HeaderClassName
{
color: #AEDCD2;
}
.AnyTagClassName
{
color: #AEDCD2;
}
</style>
background-color css
<style>
a { background-color: #AEDCD2; }
a { background-color: rgb(174,220,210); }
div.DivClassName
{
background-color: #AEDCD2;
}
.BgClassName
{
background-color: #AEDCD2;
}
</style>
border-color css
<style>
span { border-color: #AEDCD2; }
span { border-color: rgb(174,220,210); }
td.TdClassName
{
border-color: #AEDCD2;
}
.TagClassName
{
border-color: #AEDCD2;
}
</style>