Shades of Scandal #AEDEDB
Tints of Scandal #AEDEDB
RGB
CMYK
RGB Variations
Color information
#AEDEDB (or 0xAEDEDB) is known color: Scandal. HEX triplet: AE, DE and DB. RGB value is (174,222,219). Sum of RGB (Red+Green+Blue) = 174+222+219=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEDB is #512124. Grayscale: #CFCFCF. Windows color (decimal): -5316901 or 14409390. OLE color: 14409390.
HSL color Cylindrical-coordinate representation of color #AEDEDB: hue angle of 176.25º degrees, saturation: 0.42, 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 #AEDEDB is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 219 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.13 |
| HSL | 176.25º | 0.42% | 0.78% | - |
| HSV(B) | 176.25º | 0.22% | 0.87% | - |
| XYZ | 56.36 | 66.36 | 76.86 | - |
| YUV | 207.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 219 | 0.22 | 0 | 0.01 | 0.13 | 176.25 | 0.42 | 0.78 |
| Hex | AE | DE | DB | 16 | 0 | 1 | D | B0 | 2A | 4E |
| Octal | 256 | 336 | 333 | 26 | 0 | 1 | 15 | 260 | 52 | 116 |
| Binary | 10101110 | 11011110 | 11011011 | 10110 | 0 | 1 | 1101 | 10110000 | 101010 | 1001110 |
Color Harmonies of #AEDEDB
Complementary color
Monochromatic Colors of #AEDEDB
Black with #AEDEDB
Text Example
Text Example
White with #AEDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEDB; }
p { color: rgb(174,222,219); }
H1.HeaderClassName
{
color: #AEDEDB;
}
.AnyTagClassName
{
color: #AEDEDB;
}
</style>
background-color css
<style>
a { background-color: #AEDEDB; }
a { background-color: rgb(174,222,219); }
div.DivClassName
{
background-color: #AEDEDB;
}
.BgClassName
{
background-color: #AEDEDB;
}
</style>
border-color css
<style>
span { border-color: #AEDEDB; }
span { border-color: rgb(174,222,219); }
td.TdClassName
{
border-color: #AEDEDB;
}
.TagClassName
{
border-color: #AEDEDB;
}
</style>