Shades of Scandal #AED9CB
Tints of Scandal #AED9CB
RGB
CMYK
RGB Variations
Color information
#AED9CB (or 0xAED9CB) is known color: Scandal. HEX triplet: AE, D9 and CB. RGB value is (174,217,203). Sum of RGB (Red+Green+Blue) = 174+217+203=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9CB is #512634. Grayscale: #CACACA. Windows color (decimal): -5318197 or 13359534. OLE color: 13359534.
HSL color Cylindrical-coordinate representation of color #AED9CB: hue angle of 160.47º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED9CB is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 203 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.15 |
| HSL | 160.47º | 0.36% | 0.77% | - |
| HSV(B) | 160.47º | 0.2% | 0.85% | - |
| XYZ | 53.05 | 62.94 | 65.85 | - |
| YUV | 202.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 203 | 0.20 | 0 | 0.06 | 0.15 | 160.47 | 0.36 | 0.77 |
| Hex | AE | D9 | CB | 14 | 0 | 6 | F | A0 | 24 | 4D |
| Octal | 256 | 331 | 313 | 24 | 0 | 6 | 17 | 240 | 44 | 115 |
| Binary | 10101110 | 11011001 | 11001011 | 10100 | 0 | 110 | 1111 | 10100000 | 100100 | 1001101 |
Color Harmonies of #AED9CB
Complementary color
Monochromatic Colors of #AED9CB
Black with #AED9CB
Text Example
Text Example
White with #AED9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED9CB; }
p { color: rgb(174,217,203); }
H1.HeaderClassName
{
color: #AED9CB;
}
.AnyTagClassName
{
color: #AED9CB;
}
</style>
background-color css
<style>
a { background-color: #AED9CB; }
a { background-color: rgb(174,217,203); }
div.DivClassName
{
background-color: #AED9CB;
}
.BgClassName
{
background-color: #AED9CB;
}
</style>
border-color css
<style>
span { border-color: #AED9CB; }
span { border-color: rgb(174,217,203); }
td.TdClassName
{
border-color: #AED9CB;
}
.TagClassName
{
border-color: #AED9CB;
}
</style>