Shades of Scandal #AEDFDC
Tints of Scandal #AEDFDC
RGB
CMYK
RGB Variations
Color information
#AEDFDC (or 0xAEDFDC) is known color: Scandal. HEX triplet: AE, DF and DC. RGB value is (174,223,220). Sum of RGB (Red+Green+Blue) = 174+223+220=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFDC is #512023. Grayscale: #CFCFCF. Windows color (decimal): -5316644 or 14475182. OLE color: 14475182.
HSL color Cylindrical-coordinate representation of color #AEDFDC: hue angle of 176.33º 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 #AEDFDC is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 220 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.13 |
| HSL | 176.33º | 0.43% | 0.78% | - |
| HSV(B) | 176.33º | 0.22% | 0.87% | - |
| XYZ | 56.76 | 66.94 | 77.64 | - |
| YUV | 208.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 220 | 0.22 | 0 | 0.01 | 0.13 | 176.33 | 0.43 | 0.78 |
| Hex | AE | DF | DC | 16 | 0 | 1 | D | B0 | 2B | 4E |
| Octal | 256 | 337 | 334 | 26 | 0 | 1 | 15 | 260 | 53 | 116 |
| Binary | 10101110 | 11011111 | 11011100 | 10110 | 0 | 1 | 1101 | 10110000 | 101011 | 1001110 |
Color Harmonies of #AEDFDC
Complementary color
Monochromatic Colors of #AEDFDC
Black with #AEDFDC
Text Example
Text Example
White with #AEDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFDC; }
p { color: rgb(174,223,220); }
H1.HeaderClassName
{
color: #AEDFDC;
}
.AnyTagClassName
{
color: #AEDFDC;
}
</style>
background-color css
<style>
a { background-color: #AEDFDC; }
a { background-color: rgb(174,223,220); }
div.DivClassName
{
background-color: #AEDFDC;
}
.BgClassName
{
background-color: #AEDFDC;
}
</style>
border-color css
<style>
span { border-color: #AEDFDC; }
span { border-color: rgb(174,223,220); }
td.TdClassName
{
border-color: #AEDFDC;
}
.TagClassName
{
border-color: #AEDFDC;
}
</style>