Shades of Scandal #AED1CA
Tints of Scandal #AED1CA
RGB
CMYK
RGB Variations
Color information
#AED1CA (or 0xAED1CA) is known color: Scandal. HEX triplet: AE, D1 and CA. RGB value is (174,209,202). Sum of RGB (Red+Green+Blue) = 174+209+202=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1CA is #512E35. Grayscale: #C5C5C5. Windows color (decimal): -5320246 or 13291950. OLE color: 13291950.
HSL color Cylindrical-coordinate representation of color #AED1CA: hue angle of 168º degrees, saturation: 0.28, 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 #AED1CA is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 202 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.18 |
| HSL | 168º | 0.28% | 0.75% | - |
| HSV(B) | 168º | 0.17% | 0.82% | - |
| XYZ | 50.92 | 58.86 | 64.56 | - |
| YUV | 197.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 202 | 0.17 | 0 | 0.03 | 0.18 | 168 | 0.28 | 0.75 |
| Hex | AE | D1 | CA | 11 | 0 | 3 | 12 | A8 | 1C | 4B |
| Octal | 256 | 321 | 312 | 21 | 0 | 3 | 22 | 250 | 34 | 113 |
| Binary | 10101110 | 11010001 | 11001010 | 10001 | 0 | 11 | 10010 | 10101000 | 11100 | 1001011 |
Color Harmonies of #AED1CA
Complementary color
Monochromatic Colors of #AED1CA
Black with #AED1CA
Text Example
Text Example
White with #AED1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED1CA; }
p { color: rgb(174,209,202); }
H1.HeaderClassName
{
color: #AED1CA;
}
.AnyTagClassName
{
color: #AED1CA;
}
</style>
background-color css
<style>
a { background-color: #AED1CA; }
a { background-color: rgb(174,209,202); }
div.DivClassName
{
background-color: #AED1CA;
}
.BgClassName
{
background-color: #AED1CA;
}
</style>
border-color css
<style>
span { border-color: #AED1CA; }
span { border-color: rgb(174,209,202); }
td.TdClassName
{
border-color: #AED1CA;
}
.TagClassName
{
border-color: #AED1CA;
}
</style>