Shades of Scandal #ADDED8
Tints of Scandal #ADDED8
RGB
CMYK
RGB Variations
Color information
#ADDED8 (or 0xADDED8) is known color: Scandal. HEX triplet: AD, DE and D8. RGB value is (173,222,216). Sum of RGB (Red+Green+Blue) = 173+222+216=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDED8 is #522127. Grayscale: #CECECE. Windows color (decimal): -5382440 or 14212781. OLE color: 14212781.
HSL color Cylindrical-coordinate representation of color #ADDED8: hue angle of 172.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDED8 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 216 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.13 |
| HSL | 172.65º | 0.43% | 0.77% | - |
| HSV(B) | 172.65º | 0.22% | 0.87% | - |
| XYZ | 55.75 | 66.08 | 74.78 | - |
| YUV | 206.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 216 | 0.22 | 0 | 0.03 | 0.13 | 172.65 | 0.43 | 0.77 |
| Hex | AD | DE | D8 | 16 | 0 | 3 | D | AD | 2B | 4D |
| Octal | 255 | 336 | 330 | 26 | 0 | 3 | 15 | 255 | 53 | 115 |
| Binary | 10101101 | 11011110 | 11011000 | 10110 | 0 | 11 | 1101 | 10101101 | 101011 | 1001101 |
Color Harmonies of #ADDED8
Complementary color
Monochromatic Colors of #ADDED8
Black with #ADDED8
Text Example
Text Example
White with #ADDED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDED8; }
p { color: rgb(173,222,216); }
H1.HeaderClassName
{
color: #ADDED8;
}
.AnyTagClassName
{
color: #ADDED8;
}
</style>
background-color css
<style>
a { background-color: #ADDED8; }
a { background-color: rgb(173,222,216); }
div.DivClassName
{
background-color: #ADDED8;
}
.BgClassName
{
background-color: #ADDED8;
}
</style>
border-color css
<style>
span { border-color: #ADDED8; }
span { border-color: rgb(173,222,216); }
td.TdClassName
{
border-color: #ADDED8;
}
.TagClassName
{
border-color: #ADDED8;
}
</style>