Shades of Scandal #ADDDD9
Tints of Scandal #ADDDD9
RGB
CMYK
RGB Variations
Color information
#ADDDD9 (or 0xADDDD9) is known color: Scandal. HEX triplet: AD, DD and D9. RGB value is (173,221,217). Sum of RGB (Red+Green+Blue) = 173+221+217=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDD9 is #522226. Grayscale: #CECECE. Windows color (decimal): -5382695 or 14278061. OLE color: 14278061.
HSL color Cylindrical-coordinate representation of color #ADDDD9: hue angle of 175º degrees, saturation: 0.41, 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 #ADDDD9 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 217 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.13 |
| HSL | 175º | 0.41% | 0.77% | - |
| HSV(B) | 175º | 0.22% | 0.87% | - |
| XYZ | 55.61 | 65.61 | 75.38 | - |
| YUV | 206.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 217 | 0.22 | 0 | 0.02 | 0.13 | 175 | 0.41 | 0.77 |
| Hex | AD | DD | D9 | 16 | 0 | 2 | D | AF | 29 | 4D |
| Octal | 255 | 335 | 331 | 26 | 0 | 2 | 15 | 257 | 51 | 115 |
| Binary | 10101101 | 11011101 | 11011001 | 10110 | 0 | 10 | 1101 | 10101111 | 101001 | 1001101 |
Color Harmonies of #ADDDD9
Complementary color
Monochromatic Colors of #ADDDD9
Black with #ADDDD9
Text Example
Text Example
White with #ADDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDD9; }
p { color: rgb(173,221,217); }
H1.HeaderClassName
{
color: #ADDDD9;
}
.AnyTagClassName
{
color: #ADDDD9;
}
</style>
background-color css
<style>
a { background-color: #ADDDD9; }
a { background-color: rgb(173,221,217); }
div.DivClassName
{
background-color: #ADDDD9;
}
.BgClassName
{
background-color: #ADDDD9;
}
</style>
border-color css
<style>
span { border-color: #ADDDD9; }
span { border-color: rgb(173,221,217); }
td.TdClassName
{
border-color: #ADDDD9;
}
.TagClassName
{
border-color: #ADDDD9;
}
</style>