Shades of Scandal #AEDDDA
Tints of Scandal #AEDDDA
RGB
CMYK
RGB Variations
Color information
#AEDDDA (or 0xAEDDDA) is known color: Scandal. HEX triplet: AE, DD and DA. RGB value is (174,221,218). Sum of RGB (Red+Green+Blue) = 174+221+218=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDDA is #512225. Grayscale: #CECECE. Windows color (decimal): -5317158 or 14343598. OLE color: 14343598.
HSL color Cylindrical-coordinate representation of color #AEDDDA: hue angle of 176.17º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDDA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 174 | 221 | 218 | - |
CMYK | 0.21 | 0 | 0.01 | 0.13 |
HSL | 176.17º | 0.41% | 0.77% | - |
HSV(B) | 176.17º | 0.21% | 0.87% | - |
XYZ | 55.97 | 65.77 | 76.08 | - |
YUV | 206.61 | 134.43 | 104.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 221 | 218 | 0.21 | 0 | 0.01 | 0.13 | 176.17 | 0.41 | 0.77 |
Hex | AE | DD | DA | 15 | 0 | 1 | D | B0 | 29 | 4D |
Octal | 256 | 335 | 332 | 25 | 0 | 1 | 15 | 260 | 51 | 115 |
Binary | 10101110 | 11011101 | 11011010 | 10101 | 0 | 1 | 1101 | 10110000 | 101001 | 1001101 |
Color Harmonies of #AEDDDA
Complementary color
Monochromatic Colors of #AEDDDA
Black with #AEDDDA
Text Example
Text Example
White with #AEDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDDA; }
p { color: rgb(174,221,218); }
H1.HeaderClassName
{
color: #AEDDDA;
}
.AnyTagClassName
{
color: #AEDDDA;
}
</style>
background-color css
<style>
a { background-color: #AEDDDA; }
a { background-color: rgb(174,221,218); }
div.DivClassName
{
background-color: #AEDDDA;
}
.BgClassName
{
background-color: #AEDDDA;
}
</style>
border-color css
<style>
span { border-color: #AEDDDA; }
span { border-color: rgb(174,221,218); }
td.TdClassName
{
border-color: #AEDDDA;
}
.TagClassName
{
border-color: #AEDDDA;
}
</style>