Shades of Scandal #AED3CB
Tints of Scandal #AED3CB
RGB
CMYK
RGB Variations
Color information
#AED3CB (or 0xAED3CB) is known color: Scandal. HEX triplet: AE, D3 and CB. RGB value is (174,211,203). Sum of RGB (Red+Green+Blue) = 174+211+203=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3CB is #512C34. Grayscale: #C7C7C7. Windows color (decimal): -5319733 or 13357998. OLE color: 13357998.
HSL color Cylindrical-coordinate representation of color #AED3CB: hue angle of 167.03º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED3CB is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 203 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.17 |
| HSL | 167.03º | 0.3% | 0.75% | - |
| HSV(B) | 167.03º | 0.18% | 0.83% | - |
| XYZ | 51.53 | 59.9 | 65.35 | - |
| YUV | 199.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 203 | 0.18 | 0 | 0.04 | 0.17 | 167.03 | 0.3 | 0.75 |
| Hex | AE | D3 | CB | 12 | 0 | 4 | 11 | A7 | 1E | 4B |
| Octal | 256 | 323 | 313 | 22 | 0 | 4 | 21 | 247 | 36 | 113 |
| Binary | 10101110 | 11010011 | 11001011 | 10010 | 0 | 100 | 10001 | 10100111 | 11110 | 1001011 |
Color Harmonies of #AED3CB
Complementary color
Monochromatic Colors of #AED3CB
Black with #AED3CB
Text Example
Text Example
White with #AED3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED3CB; }
p { color: rgb(174,211,203); }
H1.HeaderClassName
{
color: #AED3CB;
}
.AnyTagClassName
{
color: #AED3CB;
}
</style>
background-color css
<style>
a { background-color: #AED3CB; }
a { background-color: rgb(174,211,203); }
div.DivClassName
{
background-color: #AED3CB;
}
.BgClassName
{
background-color: #AED3CB;
}
</style>
border-color css
<style>
span { border-color: #AED3CB; }
span { border-color: rgb(174,211,203); }
td.TdClassName
{
border-color: #AED3CB;
}
.TagClassName
{
border-color: #AED3CB;
}
</style>