Shades of Scandal #AED6CC
Tints of Scandal #AED6CC
RGB
CMYK
RGB Variations
Color information
#AED6CC (or 0xAED6CC) is known color: Scandal. HEX triplet: AE, D6 and CC. RGB value is (174,214,204). Sum of RGB (Red+Green+Blue) = 174+214+204=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6CC is #512933. Grayscale: #C8C8C8. Windows color (decimal): -5318964 or 13424302. OLE color: 13424302.
HSL color Cylindrical-coordinate representation of color #AED6CC: hue angle of 165º 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 #AED6CC is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 204 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.16 |
| HSL | 165º | 0.33% | 0.76% | - |
| HSV(B) | 165º | 0.19% | 0.84% | - |
| XYZ | 52.4 | 61.45 | 66.23 | - |
| YUV | 200.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 204 | 0.19 | 0 | 0.05 | 0.16 | 165 | 0.33 | 0.76 |
| Hex | AE | D6 | CC | 13 | 0 | 5 | 10 | A5 | 21 | 4C |
| Octal | 256 | 326 | 314 | 23 | 0 | 5 | 20 | 245 | 41 | 114 |
| Binary | 10101110 | 11010110 | 11001100 | 10011 | 0 | 101 | 10000 | 10100101 | 100001 | 1001100 |
Color Harmonies of #AED6CC
Complementary color
Monochromatic Colors of #AED6CC
Black with #AED6CC
Text Example
Text Example
White with #AED6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6CC; }
p { color: rgb(174,214,204); }
H1.HeaderClassName
{
color: #AED6CC;
}
.AnyTagClassName
{
color: #AED6CC;
}
</style>
background-color css
<style>
a { background-color: #AED6CC; }
a { background-color: rgb(174,214,204); }
div.DivClassName
{
background-color: #AED6CC;
}
.BgClassName
{
background-color: #AED6CC;
}
</style>
border-color css
<style>
span { border-color: #AED6CC; }
span { border-color: rgb(174,214,204); }
td.TdClassName
{
border-color: #AED6CC;
}
.TagClassName
{
border-color: #AED6CC;
}
</style>