Shades of Scandal #ADDEDA
Tints of Scandal #ADDEDA
RGB
CMYK
RGB Variations
Color information
#ADDEDA (or 0xADDEDA) is known color: Scandal. HEX triplet: AD, DE and DA. RGB value is (173,222,218). Sum of RGB (Red+Green+Blue) = 173+222+218=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEDA is #522125. Grayscale: #CECECE. Windows color (decimal): -5382438 or 14343853. OLE color: 14343853.
HSL color Cylindrical-coordinate representation of color #ADDEDA: hue angle of 175.1º 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 #ADDEDA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 218 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.13 |
| HSL | 175.1º | 0.43% | 0.77% | - |
| HSV(B) | 175.1º | 0.22% | 0.87% | - |
| XYZ | 56.01 | 66.19 | 76.15 | - |
| YUV | 206.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 218 | 0.22 | 0 | 0.02 | 0.13 | 175.1 | 0.43 | 0.77 |
| Hex | AD | DE | DA | 16 | 0 | 2 | D | AF | 2B | 4D |
| Octal | 255 | 336 | 332 | 26 | 0 | 2 | 15 | 257 | 53 | 115 |
| Binary | 10101101 | 11011110 | 11011010 | 10110 | 0 | 10 | 1101 | 10101111 | 101011 | 1001101 |
Color Harmonies of #ADDEDA
Complementary color
Monochromatic Colors of #ADDEDA
Black with #ADDEDA
Text Example
Text Example
White with #ADDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEDA; }
p { color: rgb(173,222,218); }
H1.HeaderClassName
{
color: #ADDEDA;
}
.AnyTagClassName
{
color: #ADDEDA;
}
</style>
background-color css
<style>
a { background-color: #ADDEDA; }
a { background-color: rgb(173,222,218); }
div.DivClassName
{
background-color: #ADDEDA;
}
.BgClassName
{
background-color: #ADDEDA;
}
</style>
border-color css
<style>
span { border-color: #ADDEDA; }
span { border-color: rgb(173,222,218); }
td.TdClassName
{
border-color: #ADDEDA;
}
.TagClassName
{
border-color: #ADDEDA;
}
</style>