Shades of Scandal #AED5CC
Tints of Scandal #AED5CC
RGB
CMYK
RGB Variations
Color information
#AED5CC (or 0xAED5CC) is known color: Scandal. HEX triplet: AE, D5 and CC. RGB value is (174,213,204). Sum of RGB (Red+Green+Blue) = 174+213+204=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5CC is #512A33. Grayscale: #C8C8C8. Windows color (decimal): -5319220 or 13424046. OLE color: 13424046.
HSL color Cylindrical-coordinate representation of color #AED5CC: hue angle of 166.15º 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 #AED5CC is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 204 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.16 |
| HSL | 166.15º | 0.32% | 0.76% | - |
| HSV(B) | 166.15º | 0.18% | 0.84% | - |
| XYZ | 52.15 | 60.95 | 66.14 | - |
| YUV | 200.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 204 | 0.18 | 0 | 0.04 | 0.16 | 166.15 | 0.32 | 0.76 |
| Hex | AE | D5 | CC | 12 | 0 | 4 | 10 | A6 | 20 | 4C |
| Octal | 256 | 325 | 314 | 22 | 0 | 4 | 20 | 246 | 40 | 114 |
| Binary | 10101110 | 11010101 | 11001100 | 10010 | 0 | 100 | 10000 | 10100110 | 100000 | 1001100 |
Color Harmonies of #AED5CC
Complementary color
Monochromatic Colors of #AED5CC
Black with #AED5CC
Text Example
Text Example
White with #AED5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED5CC; }
p { color: rgb(174,213,204); }
H1.HeaderClassName
{
color: #AED5CC;
}
.AnyTagClassName
{
color: #AED5CC;
}
</style>
background-color css
<style>
a { background-color: #AED5CC; }
a { background-color: rgb(174,213,204); }
div.DivClassName
{
background-color: #AED5CC;
}
.BgClassName
{
background-color: #AED5CC;
}
</style>
border-color css
<style>
span { border-color: #AED5CC; }
span { border-color: rgb(174,213,204); }
td.TdClassName
{
border-color: #AED5CC;
}
.TagClassName
{
border-color: #AED5CC;
}
</style>