Shades of Scandal #AEDDDB
Tints of Scandal #AEDDDB
RGB
CMYK
RGB Variations
Color information
#AEDDDB (or 0xAEDDDB) is known color: Scandal. HEX triplet: AE, DD and DB. RGB value is (174,221,219). Sum of RGB (Red+Green+Blue) = 174+221+219=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDDB is #512224. Grayscale: #CECECE. Windows color (decimal): -5317157 or 14409134. OLE color: 14409134.
HSL color Cylindrical-coordinate representation of color #AEDDDB: hue angle of 177.45º 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 #AEDDDB is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 219 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.13 |
| HSL | 177.45º | 0.41% | 0.77% | - |
| HSV(B) | 177.45º | 0.21% | 0.87% | - |
| XYZ | 56.1 | 65.83 | 76.77 | - |
| YUV | 206.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 219 | 0.21 | 0 | 0.01 | 0.13 | 177.45 | 0.41 | 0.77 |
| Hex | AE | DD | DB | 15 | 0 | 1 | D | B1 | 29 | 4D |
| Octal | 256 | 335 | 333 | 25 | 0 | 1 | 15 | 261 | 51 | 115 |
| Binary | 10101110 | 11011101 | 11011011 | 10101 | 0 | 1 | 1101 | 10110001 | 101001 | 1001101 |
Color Harmonies of #AEDDDB
Complementary color
Monochromatic Colors of #AEDDDB
Black with #AEDDDB
Text Example
Text Example
White with #AEDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDDB; }
p { color: rgb(174,221,219); }
H1.HeaderClassName
{
color: #AEDDDB;
}
.AnyTagClassName
{
color: #AEDDDB;
}
</style>
background-color css
<style>
a { background-color: #AEDDDB; }
a { background-color: rgb(174,221,219); }
div.DivClassName
{
background-color: #AEDDDB;
}
.BgClassName
{
background-color: #AEDDDB;
}
</style>
border-color css
<style>
span { border-color: #AEDDDB; }
span { border-color: rgb(174,221,219); }
td.TdClassName
{
border-color: #AEDDDB;
}
.TagClassName
{
border-color: #AEDDDB;
}
</style>