Shades of Scandal #AEDBCD
Tints of Scandal #AEDBCD
RGB
CMYK
RGB Variations
Color information
#AEDBCD (or 0xAEDBCD) is known color: Scandal. HEX triplet: AE, DB and CD. RGB value is (174,219,205). Sum of RGB (Red+Green+Blue) = 174+219+205=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBCD is #512432. Grayscale: #CBCBCB. Windows color (decimal): -5317683 or 13491118. OLE color: 13491118.
HSL color Cylindrical-coordinate representation of color #AEDBCD: hue angle of 161.33º degrees, saturation: 0.38, 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 #AEDBCD is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 205 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.14 |
| HSL | 161.33º | 0.38% | 0.77% | - |
| HSV(B) | 161.33º | 0.21% | 0.86% | - |
| XYZ | 53.81 | 64.07 | 67.29 | - |
| YUV | 203.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 205 | 0.21 | 0 | 0.06 | 0.14 | 161.33 | 0.38 | 0.77 |
| Hex | AE | DB | CD | 15 | 0 | 6 | E | A1 | 26 | 4D |
| Octal | 256 | 333 | 315 | 25 | 0 | 6 | 16 | 241 | 46 | 115 |
| Binary | 10101110 | 11011011 | 11001101 | 10101 | 0 | 110 | 1110 | 10100001 | 100110 | 1001101 |
Color Harmonies of #AEDBCD
Complementary color
Monochromatic Colors of #AEDBCD
Black with #AEDBCD
Text Example
Text Example
White with #AEDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBCD; }
p { color: rgb(174,219,205); }
H1.HeaderClassName
{
color: #AEDBCD;
}
.AnyTagClassName
{
color: #AEDBCD;
}
</style>
background-color css
<style>
a { background-color: #AEDBCD; }
a { background-color: rgb(174,219,205); }
div.DivClassName
{
background-color: #AEDBCD;
}
.BgClassName
{
background-color: #AEDBCD;
}
</style>
border-color css
<style>
span { border-color: #AEDBCD; }
span { border-color: rgb(174,219,205); }
td.TdClassName
{
border-color: #AEDBCD;
}
.TagClassName
{
border-color: #AEDBCD;
}
</style>