Shades of Scandal #ADDFD7
Tints of Scandal #ADDFD7
RGB
CMYK
RGB Variations
Color information
#ADDFD7 (or 0xADDFD7) is known color: Scandal. HEX triplet: AD, DF and D7. RGB value is (173,223,215). Sum of RGB (Red+Green+Blue) = 173+223+215=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFD7 is #522028. Grayscale: #CFCFCF. Windows color (decimal): -5382185 or 14147501. OLE color: 14147501.
HSL color Cylindrical-coordinate representation of color #ADDFD7: hue angle of 170.4º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDFD7 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 215 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.13 |
| HSL | 170.4º | 0.44% | 0.78% | - |
| HSV(B) | 170.4º | 0.22% | 0.87% | - |
| XYZ | 55.89 | 66.57 | 74.19 | - |
| YUV | 207.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 215 | 0.22 | 0 | 0.04 | 0.13 | 170.4 | 0.44 | 0.78 |
| Hex | AD | DF | D7 | 16 | 0 | 4 | D | AA | 2C | 4E |
| Octal | 255 | 337 | 327 | 26 | 0 | 4 | 15 | 252 | 54 | 116 |
| Binary | 10101101 | 11011111 | 11010111 | 10110 | 0 | 100 | 1101 | 10101010 | 101100 | 1001110 |
Color Harmonies of #ADDFD7
Complementary color
Monochromatic Colors of #ADDFD7
Black with #ADDFD7
Text Example
Text Example
White with #ADDFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFD7; }
p { color: rgb(173,223,215); }
H1.HeaderClassName
{
color: #ADDFD7;
}
.AnyTagClassName
{
color: #ADDFD7;
}
</style>
background-color css
<style>
a { background-color: #ADDFD7; }
a { background-color: rgb(173,223,215); }
div.DivClassName
{
background-color: #ADDFD7;
}
.BgClassName
{
background-color: #ADDFD7;
}
</style>
border-color css
<style>
span { border-color: #ADDFD7; }
span { border-color: rgb(173,223,215); }
td.TdClassName
{
border-color: #ADDFD7;
}
.TagClassName
{
border-color: #ADDFD7;
}
</style>