Shades of Scandal #AED2CC
Tints of Scandal #AED2CC
RGB
CMYK
RGB Variations
Color information
#AED2CC (or 0xAED2CC) is known color: Scandal. HEX triplet: AE, D2 and CC. RGB value is (174,210,204). Sum of RGB (Red+Green+Blue) = 174+210+204=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2CC is #512D33. Grayscale: #C6C6C6. Windows color (decimal): -5319988 or 13423278. OLE color: 13423278.
HSL color Cylindrical-coordinate representation of color #AED2CC: hue angle of 170º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AED2CC is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 204 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.18 |
| HSL | 170º | 0.29% | 0.75% | - |
| HSV(B) | 170º | 0.17% | 0.82% | - |
| XYZ | 51.4 | 59.45 | 65.89 | - |
| YUV | 198.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 204 | 0.17 | 0 | 0.03 | 0.18 | 170 | 0.29 | 0.75 |
| Hex | AE | D2 | CC | 11 | 0 | 3 | 12 | AA | 1D | 4B |
| Octal | 256 | 322 | 314 | 21 | 0 | 3 | 22 | 252 | 35 | 113 |
| Binary | 10101110 | 11010010 | 11001100 | 10001 | 0 | 11 | 10010 | 10101010 | 11101 | 1001011 |
Color Harmonies of #AED2CC
Complementary color
Monochromatic Colors of #AED2CC
Black with #AED2CC
Text Example
Text Example
White with #AED2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED2CC; }
p { color: rgb(174,210,204); }
H1.HeaderClassName
{
color: #AED2CC;
}
.AnyTagClassName
{
color: #AED2CC;
}
</style>
background-color css
<style>
a { background-color: #AED2CC; }
a { background-color: rgb(174,210,204); }
div.DivClassName
{
background-color: #AED2CC;
}
.BgClassName
{
background-color: #AED2CC;
}
</style>
border-color css
<style>
span { border-color: #AED2CC; }
span { border-color: rgb(174,210,204); }
td.TdClassName
{
border-color: #AED2CC;
}
.TagClassName
{
border-color: #AED2CC;
}
</style>