Shades of Scandal #AED6D0
Tints of Scandal #AED6D0
RGB
CMYK
RGB Variations
Color information
#AED6D0 (or 0xAED6D0) is known color: Scandal. HEX triplet: AE, D6 and D0. RGB value is (174,214,208). Sum of RGB (Red+Green+Blue) = 174+214+208=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6D0 is #51292F. Grayscale: #C9C9C9. Windows color (decimal): -5318960 or 13686446. OLE color: 13686446.
HSL color Cylindrical-coordinate representation of color #AED6D0: hue angle of 171º 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 #AED6D0 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 208 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.16 |
| HSL | 171º | 0.33% | 0.76% | - |
| HSV(B) | 171º | 0.19% | 0.84% | - |
| XYZ | 52.89 | 61.65 | 68.79 | - |
| YUV | 201.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 208 | 0.19 | 0 | 0.03 | 0.16 | 171 | 0.33 | 0.76 |
| Hex | AE | D6 | D0 | 13 | 0 | 3 | 10 | AB | 21 | 4C |
| Octal | 256 | 326 | 320 | 23 | 0 | 3 | 20 | 253 | 41 | 114 |
| Binary | 10101110 | 11010110 | 11010000 | 10011 | 0 | 11 | 10000 | 10101011 | 100001 | 1001100 |
Color Harmonies of #AED6D0
Complementary color
Monochromatic Colors of #AED6D0
Black with #AED6D0
Text Example
Text Example
White with #AED6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6D0; }
p { color: rgb(174,214,208); }
H1.HeaderClassName
{
color: #AED6D0;
}
.AnyTagClassName
{
color: #AED6D0;
}
</style>
background-color css
<style>
a { background-color: #AED6D0; }
a { background-color: rgb(174,214,208); }
div.DivClassName
{
background-color: #AED6D0;
}
.BgClassName
{
background-color: #AED6D0;
}
</style>
border-color css
<style>
span { border-color: #AED6D0; }
span { border-color: rgb(174,214,208); }
td.TdClassName
{
border-color: #AED6D0;
}
.TagClassName
{
border-color: #AED6D0;
}
</style>