Shades of Scandal #AED4CE
Tints of Scandal #AED4CE
RGB
CMYK
RGB Variations
Color information
#AED4CE (or 0xAED4CE) is known color: Scandal. HEX triplet: AE, D4 and CE. RGB value is (174,212,206). Sum of RGB (Red+Green+Blue) = 174+212+206=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4CE is #512B31. Grayscale: #C7C7C7. Windows color (decimal): -5319474 or 13554862. OLE color: 13554862.
HSL color Cylindrical-coordinate representation of color #AED4CE: hue angle of 170.53º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED4CE is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 206 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.17 |
| HSL | 170.53º | 0.31% | 0.76% | - |
| HSV(B) | 170.53º | 0.18% | 0.83% | - |
| XYZ | 52.14 | 60.54 | 67.33 | - |
| YUV | 199.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 206 | 0.18 | 0 | 0.03 | 0.17 | 170.53 | 0.31 | 0.76 |
| Hex | AE | D4 | CE | 12 | 0 | 3 | 11 | AB | 1F | 4C |
| Octal | 256 | 324 | 316 | 22 | 0 | 3 | 21 | 253 | 37 | 114 |
| Binary | 10101110 | 11010100 | 11001110 | 10010 | 0 | 11 | 10001 | 10101011 | 11111 | 1001100 |
Color Harmonies of #AED4CE
Complementary color
Monochromatic Colors of #AED4CE
Black with #AED4CE
Text Example
Text Example
White with #AED4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4CE; }
p { color: rgb(174,212,206); }
H1.HeaderClassName
{
color: #AED4CE;
}
.AnyTagClassName
{
color: #AED4CE;
}
</style>
background-color css
<style>
a { background-color: #AED4CE; }
a { background-color: rgb(174,212,206); }
div.DivClassName
{
background-color: #AED4CE;
}
.BgClassName
{
background-color: #AED4CE;
}
</style>
border-color css
<style>
span { border-color: #AED4CE; }
span { border-color: rgb(174,212,206); }
td.TdClassName
{
border-color: #AED4CE;
}
.TagClassName
{
border-color: #AED4CE;
}
</style>