Shades of Scandal #AED6CE
Tints of Scandal #AED6CE
RGB
CMYK
RGB Variations
Color information
#AED6CE (or 0xAED6CE) is known color: Scandal. HEX triplet: AE, D6 and CE. RGB value is (174,214,206). Sum of RGB (Red+Green+Blue) = 174+214+206=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6CE is #512931. Grayscale: #C9C9C9. Windows color (decimal): -5318962 or 13555374. OLE color: 13555374.
HSL color Cylindrical-coordinate representation of color #AED6CE: hue angle of 168º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED6CE is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 206 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.16 |
| HSL | 168º | 0.33% | 0.76% | - |
| HSV(B) | 168º | 0.19% | 0.84% | - |
| XYZ | 52.64 | 61.55 | 67.5 | - |
| YUV | 201.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 206 | 0.19 | 0 | 0.04 | 0.16 | 168 | 0.33 | 0.76 |
| Hex | AE | D6 | CE | 13 | 0 | 4 | 10 | A8 | 21 | 4C |
| Octal | 256 | 326 | 316 | 23 | 0 | 4 | 20 | 250 | 41 | 114 |
| Binary | 10101110 | 11010110 | 11001110 | 10011 | 0 | 100 | 10000 | 10101000 | 100001 | 1001100 |
Color Harmonies of #AED6CE
Complementary color
Monochromatic Colors of #AED6CE
Black with #AED6CE
Text Example
Text Example
White with #AED6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6CE; }
p { color: rgb(174,214,206); }
H1.HeaderClassName
{
color: #AED6CE;
}
.AnyTagClassName
{
color: #AED6CE;
}
</style>
background-color css
<style>
a { background-color: #AED6CE; }
a { background-color: rgb(174,214,206); }
div.DivClassName
{
background-color: #AED6CE;
}
.BgClassName
{
background-color: #AED6CE;
}
</style>
border-color css
<style>
span { border-color: #AED6CE; }
span { border-color: rgb(174,214,206); }
td.TdClassName
{
border-color: #AED6CE;
}
.TagClassName
{
border-color: #AED6CE;
}
</style>