Shades of Scandal #AED5CA
Tints of Scandal #AED5CA
RGB
CMYK
RGB Variations
Color information
#AED5CA (or 0xAED5CA) is known color: Scandal. HEX triplet: AE, D5 and CA. RGB value is (174,213,202). Sum of RGB (Red+Green+Blue) = 174+213+202=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5CA is #512A35. Grayscale: #C8C8C8. Windows color (decimal): -5319222 or 13292974. OLE color: 13292974.
HSL color Cylindrical-coordinate representation of color #AED5CA: hue angle of 163.08º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED5CA is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 202 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.16 |
| HSL | 163.08º | 0.32% | 0.76% | - |
| HSV(B) | 163.08º | 0.18% | 0.84% | - |
| XYZ | 51.91 | 60.85 | 64.89 | - |
| YUV | 200.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 202 | 0.18 | 0 | 0.05 | 0.16 | 163.08 | 0.32 | 0.76 |
| Hex | AE | D5 | CA | 12 | 0 | 5 | 10 | A3 | 20 | 4C |
| Octal | 256 | 325 | 312 | 22 | 0 | 5 | 20 | 243 | 40 | 114 |
| Binary | 10101110 | 11010101 | 11001010 | 10010 | 0 | 101 | 10000 | 10100011 | 100000 | 1001100 |
Color Harmonies of #AED5CA
Complementary color
Monochromatic Colors of #AED5CA
Black with #AED5CA
Text Example
Text Example
White with #AED5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED5CA; }
p { color: rgb(174,213,202); }
H1.HeaderClassName
{
color: #AED5CA;
}
.AnyTagClassName
{
color: #AED5CA;
}
</style>
background-color css
<style>
a { background-color: #AED5CA; }
a { background-color: rgb(174,213,202); }
div.DivClassName
{
background-color: #AED5CA;
}
.BgClassName
{
background-color: #AED5CA;
}
</style>
border-color css
<style>
span { border-color: #AED5CA; }
span { border-color: rgb(174,213,202); }
td.TdClassName
{
border-color: #AED5CA;
}
.TagClassName
{
border-color: #AED5CA;
}
</style>